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
As commented in https://github.com/umee-network/umee/pull/1538/files#diff-9acfbcafd261fcd25a836a19b506cc6ffefc86eaa7788eb765435718e36b1d52R20
we have lot of conversions back and forth between String and Bytes. Hash should be stored as bytes.
Update x/oracle Vote proto and use bytes where possible.
Vote
NOTE: this is a breaking change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Problem Definition
As commented in https://github.com/umee-network/umee/pull/1538/files#diff-9acfbcafd261fcd25a836a19b506cc6ffefc86eaa7788eb765435718e36b1d52R20
we have lot of conversions back and forth between String and Bytes. Hash should be stored as bytes.
Proposal
Update x/oracle
Vote
proto and use bytes where possible.NOTE: this is a breaking change.
For Admin Use
The text was updated successfully, but these errors were encountered: