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
Problem definition
Columbus-4 has msgauth module, which is authz module in cosmos-sdk. cosmos-sdk fixed their implementation to support amino encoding for authz messages here.
Now we can add custom codec to authz messages to support old style tx signing.
Problem definition
Columbus-4 has
msgauth
module, which isauthz
module in cosmos-sdk. cosmos-sdk fixed their implementation to support amino encoding for authz messages here.Now we can add custom codec to
authz
messages to support old style tx signing.Feature specification
Add custom codec to support msgauth message amino signing.
Additional context
v0.5.x
The text was updated successfully, but these errors were encountered: