-
Notifications
You must be signed in to change notification settings - Fork 329
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
Remove dependency on tendermint-rpc in the ibc
crate
#639
Conversation
Codecov Report
@@ Coverage Diff @@
## master informalsystems/hermes#639 +/- ##
=========================================
+ Coverage 13.6% 46.1% +32.4%
=========================================
Files 69 149 +80
Lines 3752 10028 +6276
Branches 1374 0 -1374
=========================================
+ Hits 513 4628 +4115
- Misses 2618 5400 +2782
+ Partials 621 0 -621
Continue to review full report at Codecov.
|
b6f54ba
to
0bcfafd
Compare
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, thanks Romain!
…ms#639) * Remove dependency on tendermint-rpc in the `ibc` crate * Fix doc comments * Fixup changelog Co-authored-by: Anca Zamfir <zamfiranca@gmail.com>
Closes: cosmos/ibc-rs#90
Description
Remove dependency on tendermint-rpc in the
ibc
crate by movingget_all_events
into theibc-relayer
crate.For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.