mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-22 07:55:48 +00:00
9051f9df7e
The previous commit added OnFinality's public-ws endpoint as a failover, based on search results that turned out to be stale. Direct WebSocket handshake test against wss://aleph-zero.api.onfinality.io/public-ws returns HTTP 200 with an "API Deprecated" HTML body, not a real upgrade - OnFinality has retired free public access for this specific chain (their other chains' public-ws endpoints, e.g. Altair/Bittensor, still work fine, so this is Aleph-Zero-specific, not a platform-wide change). Keeping a non-functional node in the config is worse than no fix, since it masks the real failure mode. See conversation/memory for the fuller investigation (dRPC's public endpoint completes a WS handshake but rejects standard RPC methods; ws.azero.dev itself is a real, current, likely-transient outage - the Foundation's main site is healthy).