Skip to content

Fix Acala endpoints: add numbered Acala Foundation RPCs, remove dead Dwellir and OnFinality#654

Merged
rockbmb merged 3 commits into
masterfrom
fix-acala-endpoints
Jul 13, 2026
Merged

Fix Acala endpoints: add numbered Acala Foundation RPCs, remove dead Dwellir and OnFinality#654
rockbmb merged 3 commits into
masterfrom
fix-acala-endpoints

Conversation

@rockbmb

@rockbmb rockbmb commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Dwellir returns 503, OnFinality DNS is dead. Adds the 3 numbered Acala Foundation endpoints from PJS apps (acala-rpc-0, acala-rpc-1, acala-rpc-3) which all respond. Keeps the unnumbered acala-rpc and LuckyFriday.

@rockbmb rockbmb self-assigned this Jul 13, 2026
@rockbmb rockbmb added the endpoints Related to management of networks' RPC endpoints. Adding/changing/disabling. label Jul 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

No issues found

@rockbmb rockbmb added this to the Refactors & redesigns milestone Jul 13, 2026
@rockbmb

rockbmb commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator Author

LuckyFriday's Acala node is 678k blocks behind head (10872452 vs 11550256). Subway connects to it (health check passes), routes Chopsticks state requests to it, but it can't serve the known-good block. Request hangs, WsProvider times out at 90s.

@rockbmb rockbmb enabled auto-merge (squash) July 13, 2026 23:28
@rockbmb rockbmb disabled auto-merge July 13, 2026 23:28
@rockbmb rockbmb merged commit 85429af into master Jul 13, 2026
13 checks passed
@rockbmb rockbmb deleted the fix-acala-endpoints branch July 13, 2026 23:28
@rockbmb

rockbmb commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator Author
wscat -c wss://rpc-acala.luckyfriday.io -x '{"id":1,"jsonrpc":"2.0","method":"chain_getHeader"}' | jq .result.number
wscat -c wss://acala-rpc-0.aca-api.network -x '{"id":1,"jsonrpc":"2.0","method":"chain_getHeader"}' | jq .result.number

LuckyFriday returns ~10.8M, Acala Foundation returns ~11.5M.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

endpoints Related to management of networks' RPC endpoints. Adding/changing/disabling.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant