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
Describe the bug
When we migrate tequila-0004 exported genesis into bombay-11 genesis, cosmos@v040 migration is decoding tendermint/PubKeyMultisigThreshold to LegacyAminoPubkey,
Context & versions
Make new LegacyAminoPubKey data type for migration and register this as tendermint/PubKeyMultisigThreshold codec to properly decode legacy multisig PubKey.
Describe the bug
When we migrate
tequila-0004
exported genesis intobombay-11
genesis, cosmos@v040 migration is decodingtendermint/PubKeyMultisigThreshold
toLegacyAminoPubkey
,, which is registered in here and here.
However, the
Any
only supportsproto
style decoding. When we decode amino-json multisigPubKey
, it only returns empty sub-PubKeys
.To Reproduce
Migrate
[email protected]
state to[email protected]
Context & versions
Make new
LegacyAminoPubKey
data type for migration and register this astendermint/PubKeyMultisigThreshold
codec to properly decode legacy multisig PubKey.(if applicable) suggested solution
If you know the solution to the bug, let us know!
The text was updated successfully, but these errors were encountered: