-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish implementation of
Validation/ExecutionContext
(#393)
* timeout validate scaffolding * validate still not done * complete timeout validate * timeout validate: accept noop * timeout packet execute * timeout_on_close validation * timeout_on_close done * ack validate * Acknowledgement execute * fix on_timeout_validate * ics20 new ack cbs * ics-20 new timeout cb * PacketError * ack: move ordered check * ics-20 ack packet validate * ics-20 refund packet validate * changelog
- Loading branch information
Showing
15 changed files
with
1,161 additions
and
52 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/feature/393-finish-validation-execution-context.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Finish implementing ValidationContext::validate() and | ||
ExecutionContext::execute() ([#393](https://github.com/cosmos/ibc- | ||
rs/issues/393)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
crates/ibc/src/applications/transfer/relay/on_ack_packet.rs
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
crates/ibc/src/applications/transfer/relay/on_timeout_packet.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.