-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
x/ibc: simulation store decoders #6247
Conversation
…5935-ibc-decoders
…s-sdk into fedekunze/5935-ibc-decoders
Codecov Report
@@ Coverage Diff @@
## master #6247 +/- ##
==========================================
+ Coverage 55.60% 55.69% +0.09%
==========================================
Files 457 464 +7
Lines 27444 27519 +75
==========================================
+ Hits 15259 15328 +69
- Misses 11084 11090 +6
Partials 1101 1101 |
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.
LGTM, just one nit
|
||
kvPairs := tmkv.Pairs{ | ||
tmkv.Pair{ | ||
Key: append(host.KeyClientStorePrefix, append([]byte("/"+clientID+"/"), host.KeyClientState()...)...), |
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.
nit: Can these appends be in a helper function?
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.
LGTM, nice work!
…s-sdk into fedekunze/5935-ibc-decoders
Description
closes: #5935
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer