mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
Co-authored-by: Franklin Delehelle <franklin.delehelle@odena.eu> Co-authored-by: Alexandre Belling <alexandrebelling8@gmail.com> Co-authored-by: Pedro Novais <jpvnovais@gmail.com> Co-authored-by: Roman Vaseev <4833306+Filter94@users.noreply.github.com> Co-authored-by: Bradley Bown <bradbown@googlemail.com> Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com> Co-authored-by: Nikolai Golub <nikolai.golub@consensys.net> Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Co-authored-by: jonesho <81145364+jonesho@users.noreply.github.com> Co-authored-by: Gaurav Ahuja <gauravahuja9@gmail.com> Co-authored-by: Azam Soleimanian <49027816+Soleimani193@users.noreply.github.com> Co-authored-by: Andrei A <andrei.alexandru@consensys.net> Co-authored-by: Arijit Dutta <37040536+arijitdutta67@users.noreply.github.com> Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com> Co-authored-by: Ivo Kubjas <ivo.kubjas@consensys.net> Co-authored-by: gusiri <dreamerty@postech.ac.kr> Co-authored-by: FlorianHuc <florian.huc@gmail.com> Co-authored-by: Arya Tabaie <arya.pourtabatabaie@gmail.com> Co-authored-by: Julink <julien.fontanel@consensys.net> Co-authored-by: Bogdan Ursu <bogdanursuoffice@gmail.com> Co-authored-by: Jakub Trąd <jakubtrad@gmail.com> Co-authored-by: Alessandro Sforzin <alessandro.sforzin@consensys.net> Co-authored-by: Olivier Bégassat <olivier.begassat.cours@gmail.com> Co-authored-by: Steve Huang <97596526+stevehuangc7s@users.noreply.github.com> Co-authored-by: bkolad <blazejkolad@gmail.com> Co-authored-by: fadyabuhatoum1 <139905934+fadyabuhatoum1@users.noreply.github.com> Co-authored-by: Blas Rodriguez Irizar <rodrigblas@gmail.com> Co-authored-by: Eduardo Andrade <eduardofandrade@gmail.com> Co-authored-by: Ivo Kubjas <tsimmm@gmail.com> Co-authored-by: Ludcour <ludovic.courcelas@consensys.net> Co-authored-by: m4sterbunny <harrie.bickle@consensys.net> Co-authored-by: Alex Panayi <145478258+alexandrospanayi@users.noreply.github.com> Co-authored-by: Diana Borbe - ConsenSys <diana.borbe@consensys.net> Co-authored-by: ThomasPiellard <thomas.piellard@gmail.com>
62 lines
1.6 KiB
TOML
62 lines
1.6 KiB
TOML
[traces-limits]
|
|
#
|
|
# Arithmetization module limits
|
|
#
|
|
ADD = 524288
|
|
BIN = 262144
|
|
BLAKE_MODEXP_DATA = 16384
|
|
BLOCK_DATA = 1024
|
|
BLOCK_HASH = 512
|
|
EC_DATA = 262144
|
|
EUC = 65536
|
|
EXP = 8192
|
|
EXT = 1048576
|
|
GAS = 65536
|
|
HUB = 2097152
|
|
LOG_DATA = 65536
|
|
LOG_INFO = 4096
|
|
MMIO = 4194304
|
|
MMU = 4194304
|
|
MOD = 131072
|
|
MUL = 65536
|
|
MXP = 524288
|
|
OOB = 262144
|
|
RLP_ADDR = 4096
|
|
RLP_TXN = 131072
|
|
RLP_TXN_RCPT = 65536
|
|
ROM = 4194304
|
|
ROM_LEX = 1024
|
|
SHAKIRA_DATA = 32768
|
|
SHF = 65536
|
|
STP = 16384
|
|
TRM = 32768
|
|
TXN_DATA = 8192
|
|
WCP = 262144
|
|
#
|
|
# Reference table limits
|
|
#
|
|
BIN_REFERENCE_TABLE = 262144
|
|
SHF_REFERENCE_TABLE = 4096
|
|
INSTRUCTION_DECODER = 512
|
|
#
|
|
# Precompiles limits
|
|
#
|
|
PRECOMPILE_ECRECOVER_EFFECTIVE_CALLS = 128
|
|
PRECOMPILE_SHA2_BLOCKS = 671
|
|
PRECOMPILE_RIPEMD_BLOCKS = 671
|
|
PRECOMPILE_MODEXP_EFFECTIVE_CALLS = 4
|
|
PRECOMPILE_ECADD_EFFECTIVE_CALLS = 16384
|
|
PRECOMPILE_ECMUL_EFFECTIVE_CALLS = 32
|
|
PRECOMPILE_ECPAIRING_FINAL_EXPONENTIATIONS = 16
|
|
PRECOMPILE_ECPAIRING_G2_MEMBERSHIP_CALLS = 64
|
|
PRECOMPILE_ECPAIRING_MILLER_LOOPS = 64
|
|
PRECOMPILE_BLAKE_EFFECTIVE_CALLS = 600
|
|
PRECOMPILE_BLAKE_ROUNDS = 600
|
|
#
|
|
# Block-specific limits
|
|
#
|
|
BLOCK_KECCAK = 8192
|
|
BLOCK_L1_SIZE = 1000000
|
|
BLOCK_L2_L1_LOGS = 16
|
|
BLOCK_TRANSACTIONS = 200
|