ink-mainnet: remove stale op-geth orphan compose files #44

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

Summary

Remove four stale op/geth/ink-mainnet-op-geth-*.yml orphan compose files that are causing Traefik /ink-mainnet routing conflicts and marking the node ERROR despite healthy kona+op-reth chain sync.

The vibe-node source already dropped ink-mainnet op-geth (after Karst→op-reth migration), but ./update.sh never prunes orphan rpc files. These four files persisted in COMPOSE_FILE, and both geth and reth compose files claiming the same Traefik path caused 404 responses → dshackle unhealthy mark.

Verification

  • Branch: issue-1940 @ 53de81c09dea
  • ./update.sh verify: clean (no errors, no geth orphans recreated, op-reth+kona present)
  • No unintended regeneration; gitlink left at main HEAD

Fix

After merge, deploy to rpc-de-14 (test host) → verify dshackle marks node healthy → close issue.

(vibe-node issue #1940)

## Summary Remove four stale `op/geth/ink-mainnet-op-geth-*.yml` orphan compose files that are causing Traefik `/ink-mainnet` routing conflicts and marking the node ERROR despite healthy kona+op-reth chain sync. The vibe-node source already dropped ink-mainnet op-geth (after Karst→op-reth migration), but `./update.sh` never prunes orphan rpc files. These four files persisted in `COMPOSE_FILE`, and both geth and reth compose files claiming the same Traefik path caused 404 responses → dshackle unhealthy mark. ## Verification - Branch: `issue-1940` @ `53de81c09dea` - `./update.sh verify`: clean (no errors, no geth orphans recreated, op-reth+kona present) - No unintended regeneration; gitlink left at main HEAD ## Fix After merge, deploy to rpc-de-14 (test host) → verify dshackle marks node healthy → close issue. (vibe-node issue #1940)
claude added 1 commit 2026-07-28 07:16:01 +00:00
Source already dropped ink-mainnet op-geth from config.yml, but
update.sh never prunes orphans — stale op/geth/ink-mainnet-op-geth-*.yml
files stayed in COMPOSE_FILE and fought op-reth for Traefik /ink-mainnet
(404). Delete the four orphans so only op-reth remains for that path.
Owner

@claude is this still necessary?

@claude is this still necessary?
sebastian closed this pull request 2026-07-31 03:26:03 +00:00

Pull request closed

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

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#44