We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: #6194
LegacyAmino is still used with arrays of proto messages:
LegacyAmino
x/gov/client/cli/query.go
GetCmdQueryVotes
GetCmdQueryDeposits
x/ibc/light-clients/07-tendermint/client/cli/tx.go
NewCreateClientCmd
Two options to solve this:
UnmarshalJSONArray
proto.Message
The text was updated successfully, but these errors were encountered:
reopen if still relevant
Sorry, something went wrong.
No branches or pull requests
ref: #6194
LegacyAmino
is still used with arrays of proto messages:x/gov/client/cli/query.go
GetCmdQueryVotes
ref: Make JSONMarshaler methods require proto.Message #7054 (comment)x/gov/client/cli/query.go
GetCmdQueryDeposits
ref: Make JSONMarshaler methods require proto.Message #7054 (comment)x/ibc/light-clients/07-tendermint/client/cli/tx.go
NewCreateClientCmd
Two options to solve this:
UnmarshalJSONArray
function ;proto.Message
in some other message.The text was updated successfully, but these errors were encountered: