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