doma-testnet: vendor rollup.json with chain_op_config
Conduit's testnet rollup.json (doma-dev-ix58nm4rnd) omits chain_op_config, crashing op-node v1.19.0 with 'cfg.Rollup.ChainOpConfig is nil'. Vendor a complete rollup.json (chain_op_config eip1559 6/50/250, confirmed identical in mainnet rollup.json and testnet genesis optimism config) plus the post-fjord fork times baked in, mounted via custom_config so op-node uses the local file instead of curling Conduit's incomplete one. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
- ${DOMA_TESTNET_OP_RETH_PRUNED_TRACE_CONFIG:-doma-testnet-op-reth-pruned-trace_config}:/config
|
||||
- ./op/doma/testnet:/config
|
||||
logging: *logging-defaults
|
||||
|
||||
doma-testnet-op-reth-pruned:
|
||||
@@ -69,6 +69,7 @@ services:
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --chain=/config/genesis.json
|
||||
- --config=/config/reth/reth.toml
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --disable-discovery
|
||||
- --engine.cross-block-cache-size=${DOMA_TESTNET_RETH_STATE_CACHE:-4096}
|
||||
@@ -104,8 +105,8 @@ services:
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
- ${DOMA_TESTNET_OP_RETH_PRUNED_TRACE_CONFIG:-doma-testnet-op-reth-pruned-trace_config}:/config
|
||||
- ${DOMA_TESTNET_OP_RETH_PRUNED_TRACE_DATA:-doma-testnet-op-reth-pruned-trace}:/root/.local/share/reth
|
||||
- ./op/doma/testnet:/config
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
- /slowdisk:/slowdisk
|
||||
logging: *logging-defaults
|
||||
@@ -135,7 +136,7 @@ services:
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
- ${DOMA_TESTNET_OP_RETH_PRUNED_TRACE_NODE_CONFIG:-doma-testnet-op-reth-pruned-trace_node_config}:/config
|
||||
- ./op/doma/testnet:/config
|
||||
logging: *logging-defaults
|
||||
|
||||
doma-testnet-op-reth-pruned-node:
|
||||
@@ -185,7 +186,7 @@ services:
|
||||
networks:
|
||||
- chains
|
||||
volumes:
|
||||
- ${DOMA_TESTNET_OP_RETH_PRUNED_TRACE_NODE_CONFIG:-doma-testnet-op-reth-pruned-trace_node_config}:/config
|
||||
- ./op/doma/testnet:/config
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
logging: *logging-defaults
|
||||
labels:
|
||||
@@ -203,11 +204,6 @@ services:
|
||||
|
||||
volumes:
|
||||
doma-testnet-op-reth-pruned-trace:
|
||||
doma-testnet-op-reth-pruned-trace_config:
|
||||
doma-testnet-op-reth-pruned-trace_node_config:
|
||||
|
||||
x-ephemeral-volumes:
|
||||
- doma-testnet-op-reth-pruned-trace_config
|
||||
|
||||
x-upstreams:
|
||||
- id: $${ID}
|
||||
|
||||
Reference in New Issue
Block a user