Update data content hash to support amino signing #872
Labels
Scope: x/data
Issues that update the x/data module
Type: Refactor
A code change that neither fixes a bug nor adds a feature
Milestone
Summary
Ref: #868 (comment)
When migrating data proto files to v1, it was pointed out that using
oneof
inContentHash
will break amino signing. We need to updateContentHash
to support amino signing.Problem Definition
Using
oneof
inContentHash
will break amino signing.Proposal
Maybe we can split them into separate fields (like #790).
For Admin Use
The text was updated successfully, but these errors were encountered: