It's time for your bi-weekly DevUpdate.

11 May 2023, 08:00
It’s time for your bi-weekly DevUpdate! πŸ›  This one is a little shorter than most, as the RPCh team spent the majority of the sprint running the hackathon in Istanbul and attending team week in Zurich. πŸ˜‡ But between all that, we still managed to squeeze in some key improvements to RPCh. πŸ’ͺ 🟑 Our WebSockets now have a custom helper class which improves the node connection and heartbeat pinging process. πŸ“ˆ github.com/Rpc-h/RPCh/pull/384 github.com/Rpc-h/RPCh/pull/385 🟑 Our message segmentation now handles non-ASCII characters correctly, fixing a lot of old recurring errors.πŸ§‘β€πŸ”§ github.com/Rpc-h/RPCh/pull/386 🟑 And finally, we added some key improvements to how we handle WebSocket errors which has skyrocketed our stability. πŸš€ github.com/Rpc-h/RPCh/pull/367