manta-pacific: new Caldera stack - op-reth v2.3.1 (storage v1) + op-node 1.16.1 altda + op-alt-da Celestia w/ S3 read-fallback; pruned/archive trace; fork overrides; drop dead op-geth 5.2 variant

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KjqejYycVyVvrxV9aTDhgX
This commit is contained in:
rob
2026-09-23 11:24:01 +00:00
co-authored by Claude Fable 5.1
parent 968268142c
commit fc0e057658
7 changed files with 657 additions and 14725 deletions
File diff suppressed because one or more lines are too long
+106
View File
@@ -0,0 +1,106 @@
[stages.era]
[stages.headers]
downloader_max_concurrent_requests = 100
downloader_min_concurrent_requests = 5
downloader_max_buffered_responses = 100
downloader_request_limit = 1000
commit_threshold = 10000
[stages.bodies]
downloader_request_limit = 200
downloader_stream_batch_size = 1000
downloader_max_buffered_blocks_size_bytes = 2147483648
downloader_min_concurrent_requests = 5
downloader_max_concurrent_requests = 100
[stages.sender_recovery]
commit_threshold = 5000000
[stages.execution]
max_blocks = 500000
max_changes = 5000000
max_cumulative_gas = 1500000000000
max_duration = "10m"
[stages.prune]
commit_threshold = 1000000
[stages.account_hashing]
clean_threshold = 500000
commit_threshold = 100000
[stages.storage_hashing]
clean_threshold = 500000
commit_threshold = 100000
[stages.merkle]
incremental_threshold = 7000
rebuild_threshold = 100000
[stages.transaction_lookup]
chunk_size = 500000
[stages.index_account_history]
commit_threshold = 100000
[stages.index_storage_history]
commit_threshold = 100000
[stages.etl]
file_size = 524288000
[prune]
block_interval = 5
[prune.segments.merkle_changesets]
distance = 10064
[peers]
refill_slots_interval = "5s"
trusted_nodes = []
trusted_nodes_only = false
trusted_nodes_resolution_interval = "1h"
max_backoff_count = 5
ban_duration = "12h"
incoming_ip_throttle_duration = "30s"
[peers.connection_info]
max_outbound = 100
max_inbound = 30
max_concurrent_outbound_dials = 15
[peers.reputation_weights]
bad_message = -16384
bad_block = -16384
bad_transactions = -16384
already_seen_transactions = 0
timeout = -4096
bad_protocol = -2147483648
failed_to_connect = -25600
dropped = -4096
bad_announcement = -1024
[peers.backoff_durations]
low = "30s"
medium = "3m"
high = "15m"
max = "1h"
[sessions]
session_command_buffer = 32
session_event_buffer = 260
[sessions.limits]
[sessions.initial_internal_request_timeout]
secs = 20
nanos = 0
[sessions.protocol_breach_request_timeout]
secs = 120
nanos = 0
[sessions.pending_session_timeout]
secs = 20
nanos = 0
+37 -25
View File
@@ -1,29 +1,41 @@
{
"genesis": {
"l1": {
"hash": "0x33d4fd43c91d410bf27cf46d013000a2f010037756c49fc2f9e83c673f69f3f1",
"number": 18095650
"alt_da": {
"da_challenge_contract_address": "0x0000000000000000000000000000000000000000",
"da_challenge_window": 500,
"da_commitment_type": "GenericCommitment",
"da_resolve_window": 1000
},
"l2": {
"hash": "0x710b33d206fc550549c39801e9c1ca80d85399bf6e0881987e40e706c2f2f453",
"number": 0
"genesis": {
"l1": {
"hash": "0x33d4fd43c91d410bf27cf46d013000a2f010037756c49fc2f9e83c673f69f3f1",
"number": 18095650
},
"l2": {
"hash": "0x710b33d206fc550549c39801e9c1ca80d85399bf6e0881987e40e706c2f2f453",
"number": 0
},
"l2_time": 1694223959,
"system_config": {
"batcherAddr": "0xa76e31d8471d569efdd3d95d1b11ce6710f4533f",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
"scalar": "0x000000000000000000000000000000000000000000000000000000000013d620",
"gasLimit": 30000000
}
},
"l2_time": 1694223959,
"system_config": {
"batcherAddr": "0xa76e31d8471d569efdd3d95d1b11ce6710f4533f",
"overhead": "0x0000000000000000000000000000000000000000000000000000000000000834",
"scalar": "0x000000000000000000000000000000000000000000000000000000000013d620",
"gasLimit": 30000000
"block_time": 10,
"max_sequencer_drift": 600,
"seq_window_size": 21600,
"channel_timeout": 300,
"l1_chain_id": 1,
"l2_chain_id": 169,
"regolith_time": 0,
"batch_inbox_address": "0xaeba8e2307a22b6824a9a7a39f8b016c357cd1fe",
"deposit_contract_address": "0x9168765ee952de7c6f8fc6fad5ec209b960b7622",
"l1_system_config_address": "0x895e00269a05848f3c9889efa677d02ff7351a5d",
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
"chain_op_config": {
"eip1559Elasticity": 10,
"eip1559Denominator": 50,
"eip1559DenominatorCanyon": 250
}
},
"block_time": 10,
"max_sequencer_drift": 600,
"seq_window_size": 21600,
"channel_timeout": 300,
"l1_chain_id": 1,
"l2_chain_id": 169,
"regolith_time": 0,
"batch_inbox_address": "0xaeba8e2307a22b6824a9a7a39f8b016c357cd1fe",
"deposit_contract_address": "0x9168765ee952de7c6f8fc6fad5ec209b960b7622",
"l1_system_config_address": "0x895e00269a05848f3c9889efa677d02ff7351a5d"
}
}