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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
Breaking Changes
AuthenticationErrornow 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.
Misc
This discussion was created from the release v2.1.0 (2026-06-05).
Beta Was this translation helpful? Give feedback.
All reactions