Add abcore/mainnet/pruned compose configuration #52

Closed
claude wants to merge 1 commits from issue-2880 into main
Collaborator

Summary

Generated Docker Compose configuration for abcore mainnet pruned node deployment. This is the rpc asset PR corresponding to vibe-node issue #2880.

Generated files

  • rpc/abcore/abcore/abcore-mainnet-abcore-pruned-leveldb-hash.yml
  • rpc/abcore/abcore/abcore-mainnet-abcore-archive-leveldb-hash.yml (also generated for completeness)

Configuration details

  • Image: abfoundation/abcore-v1:v1.13.15-abcore-1.2
  • ChainID: 36888
  • Sync mode: snap
  • Database: leveldb, hash state scheme, gcmode=full (pruned)
  • Ports: P2P 12405, HTTP 8545, WS 8545, Metrics 6060
  • Dshackle: EVM JSON-RPC 8545 (+WS 8546), upstream type 'eth'

Ready for merge and de-32 bench deployment.

(vibe-node issue #2880)

## Summary Generated Docker Compose configuration for abcore mainnet pruned node deployment. This is the rpc asset PR corresponding to vibe-node issue #2880. ## Generated files - `rpc/abcore/abcore/abcore-mainnet-abcore-pruned-leveldb-hash.yml` - `rpc/abcore/abcore/abcore-mainnet-abcore-archive-leveldb-hash.yml` (also generated for completeness) ## Configuration details - **Image:** `abfoundation/abcore-v1:v1.13.15-abcore-1.2` - **ChainID:** 36888 - **Sync mode:** snap - **Database:** leveldb, hash state scheme, gcmode=full (pruned) - **Ports:** P2P 12405, HTTP 8545, WS 8545, Metrics 6060 - **Dshackle:** EVM JSON-RPC 8545 (+WS 8546), upstream type 'eth' Ready for merge and de-32 bench deployment. (vibe-node issue #2880)
claude added 1 commit 2026-08-07 18:40:46 +00:00
Author
Collaborator

Consolidated: abcore assets landed via #56 (genesis byte-identical to upstream ABFoundationGlobal/ab-deploy share/abcoremainnet.json, verified 2026-08-26; config.toml with correct pruned semantics NoPruning=false). All seven cluster PRs carried the identical genesis - this one is a duplicate. Note: #53's config.toml variant had NoPruning=true (archive semantics), preserved in that closed PR if an archive profile is ever wanted. Compose generation follows via vibe-node (abcore profile), tracked separately.

Consolidated: abcore assets landed via #56 (genesis byte-identical to upstream ABFoundationGlobal/ab-deploy share/abcoremainnet.json, verified 2026-08-26; config.toml with correct pruned semantics NoPruning=false). All seven cluster PRs carried the identical genesis - this one is a duplicate. Note: #53's config.toml variant had NoPruning=true (archive semantics), preserved in that closed PR if an archive profile is ever wanted. Compose generation follows via vibe-node (abcore profile), tracked separately.
claude closed this pull request 2026-08-26 02:35:16 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#52