You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an issue in @open-rpc/client-js repo, but nobody answered yet.
I also did a check, and this libraryjson-rpc-2.0 works as we want, seems to be reasonable (still pretty popular, 8,525 downloads / week) but it has a little bit different API.
That means, I will need to rework that part of SDK to swap the library and test it properly. Also, from what I know some users might depend on Provider functionality (at least Tor.us is), which here is named Middleware and it’s a bit different, so we will need to be very careful communicating the changes to the users.
So my guess is we need to the decide which way is better:
make the 1.5 compatible with previous SDK and treat params: [] same way as params: null or missing params
swap the library in js-sdk, would be also good to check other SDKs as this is something that potentially can break them
I should be able to do the swap in a few days including testing, so on Friday we should have working release-candidate that can be shared with MAKE and Tor.us at least. (edited)
Sanity check the newly created Release 1.5.0 RPC endpoints and their responses
The text was updated successfully, but these errors were encountered: