-
Notifications
You must be signed in to change notification settings - Fork 89
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
Implement ICS-26 router for RecvPacket
in {Validation,Execution}Context
#377
Conversation
{Validation,Execution}Context
Codecov ReportBase: 60.42% // Head: 58.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #377 +/- ##
==========================================
- Coverage 60.42% 58.76% -1.67%
==========================================
Files 124 124
Lines 15665 16116 +451
==========================================
+ Hits 9466 9470 +4
- Misses 6199 6646 +447
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
{Validation,Execution}Context
onRecvPacket
in {Validation,Execution}Context
onRecvPacket
in {Validation,Execution}Context
RecvPacket
in {Validation,Execution}Context
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.
All good 👌
I just left some thoughts to get also your take on them
…ntext` (#377) * packet validation scaffoldinig * recv_packet validation * remove todo * recv_packet_validate() * execute scaffolding * Module::on_recv_packet_execute * token transfer on_recv_packet (with a FIXME) * recv_packet_execute * refactor expression for readability * add comment * ack cannot be empty * token transfer ack * clippy * fix token transfer recv_packet * typo
Work towards: #322
Changed the scope of this PR to include only
recvPacket
, since it turned out to have many subtleties to get right.Description
As with the other PRs, this one focuses on correctness. The more we get closer to being done with #322, the more it becomes obvious that we need a refactor. Let's hold off until we're completely done though; it will be easier to make a big refactor after #279.
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.