-
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
recv_packet relay #444
recv_packet relay #444
Conversation
Codecov Report
@@ Coverage Diff @@
## master #444 +/- ##
=========================================
+ Coverage 13.6% 37.0% +23.4%
=========================================
Files 69 158 +89
Lines 3752 11928 +8176
Branches 1374 4729 +3355
=========================================
+ Hits 513 4424 +3911
- Misses 2618 6832 +4214
- Partials 621 672 +51
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.
A lot of cool work, thanks Anca!
I'm not sure we should keep under revision the stores:
data0/05CB0CE74009F315AA79E2CE09E1CBE99EFEDDA3/snap.00000000000895FF
data1/9FDDAE8AEF9D908F044DCE9D5BB1DB71DFF1A2DD/snap.0000000000068EF6
And maybe also the gorly_config.toml
could go in relayer-cli/tests/fixtures/
?
Otherwise this looks ready.
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~!
* packet CLIs * recv packet relay from loop and CLIs * Add limit on number of messages in a Tx, reorg the code * add packet files * fix rev event timestamp, change debug to info temporarily * Streamline events, multi message Tx-es, cleanup * Review comments, cleanup, validate events before processing in the relayer loop * cargo fmt * Remove files added by mistake in the last commit. * Update changelog
Closes:
#443
and the recv_packet part of #379
Description
There main changes in this PR:
send_msgs
(used to besend_tx
)For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.