mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 15:38:06 -05:00
* initial commit * feat: merge changes from linea-besu-package latest main * feat: change locationn of linea-devnet workflow * feat: add job outputs for build-and-upload-artifact * fix: assemble-devnet path * fix: linea-devnet.env path * fix: linea-devnet.env path for versions.txt copy * fix: linea-besu path for placing the package together to build the docker images * feat: add tree command install * feat: add tree command install * feat: add tree command install * feat: add tree command install * feat: revise linea-besu-package pattern for docker image artifacts download * fix: sed command * fix: tracer-plugin-version job output variable name * feat: revise echo for expected-traces-api-version-v2 * feat: build and push to dockerhub whenever e2e tests succeeded even for pull requests * fix: right path for linea-besu-package in build-and-push-dockerhub * feat: remove redundant build and just push image to dockerhub after e2e tests passed * feat: add parameters for build the combined manifest * Revert "feat: add parameters for build the combined manifest" This reverts commit 83d315f4fec0ebb5f658a3c0a2f903b43991061c. * Revert "feat: remove redundant build and just push image to dockerhub after e2e tests passed" This reverts commit 7b0dcd7b75f1c86e142aca048b0616ecf71b6553. * feat: revert to build and push after e2e tests passed * feat: updated linea-devnet.env for latest versions * feat: removed the use of filter commit changes * Revert "feat: updated linea-devnet.env for latest versions" This reverts commit 8bfeb979b9ddef92e7a7bebfacbe639adee95ef3. * feat: revised output values * feat: reuse besu package build test push * fix: linea_env inputs name * feat: refactoring out assemble actions with linea_env input * fix: assemble name * feat: refactoring and added mainnet and sepolia workflow * feat: removed unnecessary files * Revert "feat: removed unnecessary files" This reverts commit a60d1df7df3a1b6d3f74b3b0735f8070320bc4b5. * feat: removed unnecessary files * feat: add besu run test in reuse-linea-besu-package-build-test-push workflow * fix: step typo * fix: step outputs files typo * fix: run-test outcome check * fix: use result instead of outcome * feat: add mainnet linea-besu-package workflow * feat: add filter commit changes to determine running e2e and push image * feat: force e2e test run and push to dockerhub when triggered manually * feat: skip filter changes if triggered manually * fix: missing quote * feat: add if always in build-test-push * feat: revise release to manual workflow * fix: move up checkout * fix: remove cd release * fix: cd into the correct folder linea-besu-package/linea-besu * fix: added release_tag_prefix and correct path for plugin tar files * fix: release permission and besu tar.gz location * feat: temp disable sepolia and devnet, and add changelog * feat: set git-push as false in Changelog Action * feat: re-enable sepolia and devnet, cleanup commented lines, removed unnecessary files * fix: latest tag condition * feat: use env for linea_env for tags * feat: use env for linea_env for tags * fix: syntax error of echo append * feat: revise release note * feat: clean up commented codes and remove output workflow id * feat: move besu container check script * feat: add timestamp in the release tag * fix: check against github event name for compile release note * feat: publish release log for every dockerhub image push and update README * fix: release tag issue and change log only for manual release * feat: revise release to tag on commit * feat: temp change on versions and add prerelease * fix: mainnet staterecovery version * feat: update README and detect config changes to push image * feat: update env version file * feat: revise README * feat: update devnet version * feat: update devnet version * feat: update path matching * feat: update to use same format of release tag across all releases * feat: added ref name and event name in release note * feat: added markdown highlight * feat: fixed in-line code block * fix: in-line code block * fix: in-line code block * feat: add workflow link in release note * feat: fix workflow link in release note * feat: fix workflow link in release note * feat: fix workflow link in release note * fix: markdown highlight * feat: update commit tag for PR as last commit on branch instead of merge commit * feat: remove env files and env workflows to achieve environment-agnostic * feat: update versions env file for beta v2 * feat: move linea.env to versions.env and update workflow accordingly * feat: update README.md * feat: remove commented out if check workflow_dispatch * feat: update README.md * staterecovery: update version * feat: updated input description and removed unnecessary files * feat: make assemble action to release notes based on inputs --------- Co-authored-by: Fluent Crafter <205769460+fluentcrafter@users.noreply.github.com>
61 lines
1.6 KiB
TOML
61 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 |