arc-testnet: Add snapshot-init service (defc6046)
#30
Reference in New Issue
Block a user
Delete Branch "issue-848"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Arc testnet pruned node on de-32 was ~17k blocks behind due to stale bootstrap snapshot + public RPC rate limits. Added snapshot-init service that auto-downloads latest Arc testnet pruned snapshot on container startup.
Asset changes
rpc/arc/scripts/snapshot-init.sh— shell wrapper aroundarc-snapshots downloadwith optional env var overridesrpc/arc/arc-snapshot-init.Dockerfile— debian + arc-snapshots binaryVerification
arc-testnet-reth-pruned-trace.ymlincludesarc-testnet-snapshot-initservice only for testnet+pruned profileVibe-node issue #848 (source PR pending on vibe-node repo)
never initialize nodes as part of the compose file or Dockerfile ... let that be done by the onsite agent on de-32 (the bench) to then create a backup that can be restored elsewhere
Pull request closed