mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
"difficulty": "0x1",
|
||||
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000006d976c9b8ceee705d4fe8699b44e5eb58242f4840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||||
"gasLimit": "0x1C9C380",
|
||||
"gasLimit": "0x77359400",
|
||||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x645580D1",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||
"difficulty": "0x1",
|
||||
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000006d976c9b8ceee705d4fe8699b44e5eb58242f4840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||||
"gasLimit": "0x1C9C380",
|
||||
"gasLimit": "0x77359400",
|
||||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x645580D1",
|
||||
Reference in New Issue
Block a user