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
Currently dymint only supports map type messages sent over websocket when subscribing to an rpc method.
As a result some keplr functionalities don't work as they pass the arguments as array and not as map.
The text was updated successfully, but these errors were encountered:
Currently dymint uses the gorilla toolkit (specifically the rpc repo) for handling this unmarshaling. However they have an open bug which isn't gonna be fixed as the library is not maintained anymore.
as temporary solution we're gonna clone the library and fix the bug in our clone.
Longer term we need to migrate from this library to a well maintained one.
Currently dymint only supports
map
type messages sent over websocket when subscribing to an rpc method.As a result some keplr functionalities don't work as they pass the arguments as array and not as map.
The text was updated successfully, but these errors were encountered: