-
Notifications
You must be signed in to change notification settings - Fork 100
Finish implementation of Validation/ExecutionContext
#393
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
48f23b7
timeout validate scaffolding
plafer 81d0adc
validate still not done
plafer 7e16a4f
Merge branch 'main' into plafer/322-final
plafer e330a20
complete timeout validate
plafer 2424af9
timeout validate: accept noop
plafer 098cb60
timeout packet execute
plafer d5b6f5b
timeout_on_close validation
plafer 5f2bc50
timeout_on_close done
plafer 93897d6
ack validate
plafer 313aea1
Acknowledgement execute
plafer e1beb4c
fix on_timeout_validate
plafer ed71e75
ics20 new ack cbs
plafer 3e13984
ics-20 new timeout cb
plafer 69d14e5
PacketError
plafer 51ddc41
ack: move ordered check
plafer 8915502
ics-20 ack packet validate
plafer e39aaa9
ics-20 refund packet validate
plafer 6ab6f1c
changelog
plafer 9455400
Merge branch 'main' into plafer/322-final
plafer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.