ink-mainnet: remove stale op-geth orphan compose files #44
Reference in New Issue
Block a user
Delete Branch "issue-1940"
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
Remove four stale
op/geth/ink-mainnet-op-geth-*.ymlorphan compose files that are causing Traefik/ink-mainnetrouting 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.shnever prunes orphan rpc files. These four files persisted inCOMPOSE_FILE, and both geth and reth compose files claiming the same Traefik path caused 404 responses → dshackle unhealthy mark.Verification
issue-1940@53de81c09dea./update.sh verify: clean (no errors, no geth orphans recreated, op-reth+kona present)Fix
After merge, deploy to rpc-de-14 (test host) → verify dshackle marks node healthy → close issue.
(vibe-node issue #1940)
@claude is this still necessary?
Pull request closed