mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* test and fix the encoding-decoding of transaction with an empty to * fix typo * readd the explicit test case * fix: move decompressBlob out of the "no-CI" build tag * fix tag confusion * Fix prover libs CI release (#450) * prover: try to fix native libs arm build --------- Signed-off-by: AlexandreBelling <alexandrebelling8@gmail.com> Co-authored-by: Arya Tabaie <arya.pourtabatabaie@gmail.com> Co-authored-by: Pedro Novais <1478752+jpnovais@users.noreply.github.com>
28 lines
588 B
TOML
28 lines
588 B
TOML
environment = "integration-development"
|
|
version = "4.0.0"
|
|
assets_dir = "/opt/linea/prover/prover-assets"
|
|
log_level = 4 # TODO @gbotrel will be refactored with new logger.
|
|
|
|
[controller]
|
|
retry_delays = [0, 1]
|
|
|
|
[execution]
|
|
prover_mode = "dev"
|
|
|
|
[blob_decompression]
|
|
prover_mode = "dev"
|
|
|
|
[aggregation]
|
|
prover_mode = "dev"
|
|
num_proofs = [10]
|
|
allowed_inputs = [
|
|
"execution-dummy",
|
|
"blob-decompression-dummy",
|
|
"blob-decompression-v0",
|
|
]
|
|
verifier_id = 0
|
|
|
|
[layer2]
|
|
message_service_contract = "0xe537D669CA013d86EBeF1D64e40fC74CADC91987"
|
|
chain_id = 1337
|