-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle begin & end block channel events (#1801)
* Implement conversions for channel events * Implement conversions for packets * Resurrect code (from PR #1172) to extract begin/end-block events from a tendermint NewBlock event * Add channel events in the right order * Remove redundant clones * Minor refactoring * Fix failing CI tests * Extract block events without depending on message.action * Cleanup * Add .changelog entry * Document event extraction
- Loading branch information
Showing
5 changed files
with
335 additions
and
96 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/ibc-relayer/1793-begin-end-block-chan-events.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,2 @@ | ||
- Handle channel events originating from Tendermint ABCI's BeginBlock and EndBlock methods | ||
([#1793](https://github.com/informalsystems/ibc-rs/issues/1793)) |
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
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.