-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate handler methods from context APIs as free functions (#661)
* Separate handler methods from context API * Add unclog for val-exec-entry feature * Apply some improvements * Fix cargo doc for val-exec-entry feature * Separate CI's cargo doc for all-features & no-features * Fix indentation * Apply comments * changelog --------- Co-authored-by: Philippe Laferrière <[email protected]>
- Loading branch information
1 parent
7da7598
commit 9a7ab58
Showing
24 changed files
with
1,810 additions
and
2,567 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/539-separate-handler-functions.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 @@ | ||
- Separate validation/execution handlers from context API | ||
([#539](https://github.com/cosmos/ibc-rs/issues/539)) |
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.