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
A new JSON-RPC backend based on the third party library ujson has been added.
It is now possible to call a procedure without the "params" argument in a multicall request.
Breaking Changes
AuthenticationError now uses a dedicated error code (-32098) instead of the generic internal error code (-32603).
Clients relying on the error code to detect authentication failures should update their checks accordingly.