Rakowskiii
Rakowskiii
The websocket relay client will currently only emit `Error` event when the connection is finished not gracefully. It should also emit `Disconnected` otherwise consumer may think the connection is intact,...
https://walletconnect.slack.com/archives/C03SCF66K2T/p1688563572319919 Accumulation of failures led broght to light some unechecked math issues. Dynamic weights should be not vulnerable to this.
Current implementation was breaking. Needs to be implemented properly so in the future we get pinged if crucial metric data is missing.
https://walletconnect.slack.com/archives/C03SCF66K2T/p1687877679494809?thread_ts=1687876869.456189&cid=C03SCF66K2T
RPC seems to be throwing some timeouts here and there, both with HTTP 504, and HTTP 524 (Cloudflare timeout). Need to figure out the reason behind this.
Nodar noticed that error logging is done in weird place. Proper way to do this (probably axum layer) needs research. https://github.com/WalletConnect/rpc-proxy/pull/115