Fixes prune-version drift that corrupted nodes (prune ran an older nitro binary
than the node). All .prune.yml now regenerate from the same config as the normal
compose via client_needs_prune.
- arb nitro: nova/one/sepolia .prune.yml bumped to the node's version (v3.10.1)
- avalanche: add .prune.yml variants that mount a /config/prune chain-config with
offline-pruning-enabled, plus avalanche/{mainnet,fuji}/prune/C/config.json
- archive profiles are excluded (db_type==pruned gate) so they are never pruned
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
24 lines
732 B
JSON
24 lines
732 B
JSON
{
|
|
"snowman-api-enabled": false,
|
|
"coreth-admin-api-enabled": false,
|
|
"net-api-enabled": true,
|
|
"rpc-gas-cap": 2500000000,
|
|
"rpc-tx-fee-cap": 100,
|
|
"eth-rpc-gas-limit": 2500000000,
|
|
"eth-api-enabled": true,
|
|
"personal-api-enabled": false,
|
|
"tx-pool-api-enabled": false,
|
|
"debug-api-enabled": false,
|
|
"web3-api-enabled": true,
|
|
"local-txs-enabled": false,
|
|
"pruning-enabled": true,
|
|
"api-max-duration": 0,
|
|
"api-max-blocks-per-request": 0,
|
|
"allow-unfinalized-queries": false,
|
|
"log-level": "info",
|
|
"state-sync-enabled": false,
|
|
"state-sync-skip-resume": true,
|
|
"offline-pruning-enabled": true,
|
|
"offline-pruning-data-directory": "/root/.avalanchego/offline-pruning"
|
|
}
|