-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
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
Use prefix store for contract history #208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #208 +/- ##
==========================================
+ Coverage 71.87% 71.95% +0.07%
==========================================
Files 27 27
Lines 2610 2624 +14
==========================================
+ Hits 1876 1888 +12
+ Misses 624 623 -1
- Partials 110 113 +3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge.
Can you please add a migration guide for the client-visible changes (on queries)? So they can update CosmJS easier
Pushed a fix for the history query response together with a |
@@ -0,0 +1,36 @@ | |||
# Changes to the api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding this.
There is also a code -> code_id renaming from another PR I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was code_id
in the json before. Only the Go code was inconsistent. There are no changes for the clients
* improve lunie guide with screenshots * Apply suggestions from code review Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * code review
Resolves #196
After #199
Includes new CLI command:
wasmcli query wasm contract-history [bech32_address]
to print all the code changes.Note: to be on the safe side sequences have their own prefix as well.
This PR also updates the codec to fix the message decoding issue.
For admin use:
WIP
,R4R
,docs
, etc)