avalanche C-chain configs: select APIs via eth-apis (defaults + debug/debug-tracer/debug-file-tracer/debug-handler); the legacy *-api-enabled flags are ignored by avalanchego 1.14.2 (canary rpc-de-22: debug_trace* now served)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KjqejYycVyVvrxV9aTDhgX
This commit was merged in pull request #79.
This commit is contained in:
@@ -3,5 +3,17 @@
|
||||
"pruning-enabled": false,
|
||||
"rpc-gas-cap": 2500000000,
|
||||
"eth-rpc-gas-limit": 2500000000,
|
||||
"debug-api-enabled": true
|
||||
"eth-apis": [
|
||||
"eth",
|
||||
"eth-filter",
|
||||
"net",
|
||||
"web3",
|
||||
"internal-eth",
|
||||
"internal-blockchain",
|
||||
"internal-transaction",
|
||||
"debug",
|
||||
"debug-tracer",
|
||||
"debug-file-tracer",
|
||||
"debug-handler"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,5 +3,17 @@
|
||||
"eth-rpc-gas-limit": 2500000000,
|
||||
"state-sync-enabled": true,
|
||||
"state-sync-skip-resume": true,
|
||||
"debug-api-enabled": true
|
||||
"eth-apis": [
|
||||
"eth",
|
||||
"eth-filter",
|
||||
"net",
|
||||
"web3",
|
||||
"internal-eth",
|
||||
"internal-blockchain",
|
||||
"internal-transaction",
|
||||
"debug",
|
||||
"debug-tracer",
|
||||
"debug-file-tracer",
|
||||
"debug-handler"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user