increase block gas limit as in sepolia (#720)

* increase block gas limit as in sepolia

* increase block gas limit as in sepolia

* staterecovery: update test data to match new genesis with 2B gas block

* staterecovery: update test data to match new genesis with 2B gas block

* staterecovery: reduce amount of blobs sent to L1

* staterecovery: increase l1 besu memory limit

* staterecovery: disable parallel tests in staterecovery

* staterecovery: donwgrade runner to large

* staterecovery: fix some integration tests

* staterecovery: fix integration tests
This commit is contained in:
Pedro Novais
2025-02-24 14:26:15 +00:00
committed by GitHub
parent 3c4f4c26db
commit 45a41b455d
483 changed files with 384 additions and 191 deletions

View File

@@ -51,7 +51,7 @@ services:
ports:
- "4000:4000"
volumes:
- ./config/linea-local-dev-genesis-PoA.json:/app/genesis.json:ro
- ./config/linea-local-dev-genesis-PoA-geth.json:/app/genesis.json:ro
networks:
- linea

View File

@@ -14,7 +14,7 @@ services:
retries: 120
environment:
LOG4J_CONFIGURATION_FILE: /var/lib/besu/log4j.xml
JAVA_OPTS: -Xmx512m -XX:+UnlockExperimentalVMOptions -XX:-UseG1GC -XX:+UseZGC
JAVA_OPTS: -Xmx1536m -XX:+UnlockExperimentalVMOptions -XX:-UseG1GC -XX:+UseZGC
entrypoint:
- /bin/bash
- -c

View File

@@ -72,7 +72,7 @@ services:
entrypoint: [ "sh", "/scripts/node.sh", "1337", "/genesis.json", "0x0", "0x1C9C380", "0xF4240" ]
volumes:
- ./geth/scripts:/scripts:ro
- ./config/linea-local-dev-genesis-PoA.json:/genesis.json:ro
- ./config/linea-local-dev-genesis-PoA-geth.json:/genesis.json:ro
- ./geth/geth-l2-node.key:/boot.key:ro
- local-dev:/data/
networks:
@@ -153,7 +153,7 @@ services:
entrypoint: [ "sh", "/scripts/node.sh", "1337", "/genesis.json", "0xa", "0x1C9C380", "0xF4240" ]
volumes:
- ./geth/scripts:/scripts:ro
- ./config/linea-local-dev-genesis-PoA.json:/genesis.json:ro
- ./config/linea-local-dev-genesis-PoA-geth.json:/genesis.json:ro
- ../tmp/local/:/data/
networks:
linea:

View File

@@ -6,7 +6,7 @@ sync-mode="FULL"
host-allowlist=["*"]
revert-reason-enabled=true
# target-gas-limit=30000000
target-gas-limit=2000000000
min-gas-price=1000000
tx-pool-min-gas-price=0
max-peers=10
@@ -60,7 +60,7 @@ plugin-linea-tx-pool-simulation-check-api-enabled=false
plugin-linea-tx-pool-simulation-check-p2p-enabled=false
plugin-linea-max-block-calldata-size=109000
plugin-linea-max-tx-calldata-size=60000
plugin-linea-max-block-gas=30000000
plugin-linea-max-block-gas=50000000
plugin-linea-tx-pool-min-margin="0.8"
plugin-linea-min-margin="1.0"
plugin-linea-fixed-gas-cost-wei=30000000

View File

@@ -21,7 +21,7 @@
"coinbase": "0x0000000000000000000000000000000000000000",
"difficulty": "0x1",
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000006d976c9b8ceee705d4fe8699b44e5eb58242f4840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x1C9C380",
"gasLimit": "0x77359400",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0",
"timestamp": "0x645580D1",

View File

@@ -20,7 +20,7 @@
"coinbase": "0x0000000000000000000000000000000000000000",
"difficulty": "0x1",
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000006d976c9b8ceee705d4fe8699b44e5eb58242f4840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x1C9C380",
"gasLimit": "0x77359400",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0",
"timestamp": "0x645580D1",