-
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
Update send packet/transfer #468
Conversation
Codecov ReportBase: 69.54% // Head: 71.30% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #468 +/- ##
==========================================
+ Coverage 69.54% 71.30% +1.76%
==========================================
Files 126 126
Lines 16228 15935 -293
==========================================
+ Hits 11285 11363 +78
+ Misses 4943 4572 -371
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. |
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.
👌
} | ||
|
||
pub fn process_recv_packet_execute<Ctx: TokenTransferContext>( | ||
pub fn process_recv_packet_execute<Ctx: TokenTransferExecutionContext>( | ||
ctx: &mut Ctx, |
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.
ctx
or ctx_b
* send_packet_validate() * send_packet_execute * send_transfer_validate * fmt * send_transfer_validate: call send_packet_validate * send_transfer_execute * SendPacketValidationContext * send_packet_validate uses SendPacketValidationContext * SendPacketExecutionContext * TokenTransferExecutionContext * cleanup * remove unused recv_packet * Remove `ModuleOutput` * Remove unused `Module` callbacks * changelog * use CommitmentPath ctor * add back send_transfer comment
Closes: #442
send_{packet,transfer}()
into*_validation()
and*_execution()
ModuleOutput
/ModuleOutputBuilder
structsModule
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.