avalanche: add firewood profile for mainnet (pruning-free merkle DB)

Add new avalanchego v1.14.2 profile with Firewood state database backend:
- state-scheme: firewood (with required populate-missing-tries:null, snapshot-cache:0)
- state-sync-enabled: true (confirmed supported in v1.14.2)
- chain-config-dir: /config/firewood
- db-type: firewood
- coreth-state-scheme: firewood

Generated compose: avalanche-mainnet-go-firewood-firewood.yml

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-08-29 05:29:40 +00:00
parent cf91b6f14d
commit 7b667fe049
4 changed files with 162 additions and 0 deletions

View File

@@ -1174,6 +1174,23 @@
"avalanche-mainnet-go-archive-leveldb"
]
},
{
"chain": "mainnet-firewood-firewood",
"client": "go",
"compose_file": "avalanche/go/avalanche-mainnet-go-firewood-firewood",
"drpc_chain": "avalanche",
"features": [
"leveldb"
],
"network": "avalanche",
"node": null,
"relay": null,
"stack": null,
"type": "archive",
"volumes": [
"avalanche-mainnet-go-firewood-firewood"
]
},
{
"chain": "mainnet",
"client": "go",