From 4e7768f85f5fb0c5083d24e6095ac18b8d8a0647 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Thu, 9 Oct 2025 17:54:15 +0700 Subject: [PATCH] no more reth.toml for base --- op/base/mainnet/reth/reth.toml | 92 ------------------- .../base-mainnet-op-erigon-archive-trace.yml | 2 - ...e-mainnet-op-geth-archive-leveldb-hash.yml | 2 - ...et-op-geth-pruned-pebble-path--fireeth.yml | 2 - ...ase-mainnet-op-geth-pruned-pebble-path.yml | 2 - .../base-mainnet-op-reth-archive-trace.yml | 3 - .../base-mainnet-op-reth-minimal-trace.yml | 3 - op/reth/base-mainnet-op-reth-pruned-trace.yml | 3 - 8 files changed, 109 deletions(-) delete mode 100644 op/base/mainnet/reth/reth.toml diff --git a/op/base/mainnet/reth/reth.toml b/op/base/mainnet/reth/reth.toml deleted file mode 100644 index 59042a94..00000000 --- a/op/base/mainnet/reth/reth.toml +++ /dev/null @@ -1,92 +0,0 @@ -[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.account_hashing] -clean_threshold = 500000 -commit_threshold = 100000 - -[stages.storage_hashing] -clean_threshold = 500000 -commit_threshold = 100000 - -[stages.merkle] -clean_threshold = 30000 - -[stages.transaction_lookup] -chunk_size = 5000000 - -[stages.index_account_history] -commit_threshold = 100000 - -[stages.index_storage_history] -commit_threshold = 100000 - -[stages.etl] -file_size = 524288000 - -[peers] -refill_slots_interval = "5s" -trusted_nodes = [] -trusted_nodes_only = false -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.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 \ No newline at end of file diff --git a/op/erigon/base-mainnet-op-erigon-archive-trace.yml b/op/erigon/base-mainnet-op-erigon-archive-trace.yml index 976dcbad..72ebe995 100644 --- a/op/erigon/base-mainnet-op-erigon-archive-trace.yml +++ b/op/erigon/base-mainnet-op-erigon-archive-trace.yml @@ -89,7 +89,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_ERIGON_ARCHIVE_TRACE_DATA:-base-mainnet-op-erigon-archive-trace}:/root/.local/share/erigon - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -145,7 +144,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml index a52e664b..721bcbe5 100644 --- a/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/base-mainnet-op-geth-archive-leveldb-hash.yml @@ -90,7 +90,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_DATA:-base-mainnet-op-geth-archive-leveldb-hash}:/data - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -144,7 +143,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml index 72c656b6..652e6280 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -93,7 +93,6 @@ services: volumes: - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/app/firehose-data - ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -208,7 +207,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml index 54c79c12..e576d5f2 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path.yml @@ -90,7 +90,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -144,7 +143,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index aa9bd521..1a1a47df 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -56,7 +56,6 @@ services: entrypoint: [op-reth, node] command: - --chain=base - - --config=/config/reth/reth.toml - --datadir=/root/.local/share/reth - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 @@ -89,7 +88,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-base-mainnet-op-reth-archive-trace}:/root/.local/share/reth - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -145,7 +143,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/reth/base-mainnet-op-reth-minimal-trace.yml b/op/reth/base-mainnet-op-reth-minimal-trace.yml index 714d0d84..56bf8626 100644 --- a/op/reth/base-mainnet-op-reth-minimal-trace.yml +++ b/op/reth/base-mainnet-op-reth-minimal-trace.yml @@ -56,7 +56,6 @@ services: entrypoint: [op-reth, node] command: - --chain=base - - --config=/config/reth/reth.toml - --datadir=/root/.local/share/reth - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --max-inbound-peers=50 @@ -89,7 +88,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-base-mainnet-op-reth-minimal-trace}:/root/.local/share/reth - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -145,7 +143,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index 3e685b78..5fb11a85 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -56,7 +56,6 @@ services: entrypoint: [op-reth, node] command: - --chain=base - - --config=/config/reth/reth.toml - --datadir=/root/.local/share/reth - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --full @@ -90,7 +89,6 @@ services: - chains volumes: - ${BASE_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-base-mainnet-op-reth-pruned-trace}:/root/.local/share/reth - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk logging: *logging-defaults @@ -146,7 +144,6 @@ services: networks: - chains volumes: - - ./op/base/mainnet:/config - .jwtsecret:/jwtsecret:ro logging: *logging-defaults labels: