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
Following cosmos conventions, we should addresses to bech32 format.
Because of the protobuf to json mapping this requires changing all protobuf messages containing addresses (of type bytes right now) to be of type string.
Following cosmos conventions, we should addresses to bech32 format.
Because of the protobuf to json mapping this requires changing all protobuf messages containing addresses (of type
bytesright now) to be of typestring.