-
Notifications
You must be signed in to change notification settings - Fork 99
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
Release v0.20.0 #186
Merged
Merged
Release v0.20.0 #186
Conversation
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
romac
approved these changes
Oct 19, 2022
plafer
added a commit
that referenced
this pull request
Oct 19, 2022
* release v0.20.0 * bump crate version to 0.20.0 * update CONTRIBUTING * CONTRIBUTING change * Update ibc-proto-rs to v0.21.0 * Update CONTRIBUTING.md
plafer
added a commit
that referenced
this pull request
Oct 24, 2022
* variable naming in ics26 * Rework ics26 channel handler * cleanup Ics4ChannelMsg handler * channel callbacks now return ModuleExtras * channel_dispatch now returns a `MsgReceipt` * remove crossing hellos logic from chan_open_try Also removes tests that tested that logic specifically * deprecate `MsgChannelOpenTry::previous_channel_id` field * ics20: refactor on_chan_open_init * Remove `version` field of `on_chan_open_try()` * ICS20: inline on_chan_open_init * ics20: on_chan_open_try * ics20: refactor rest of handshake callbacks * fmt * ics26_routing: Derive Hash for ModuleId (#179) * ics26_routing: Derive Hash for ModuleId Signed-off-by: Kevin Ji <[email protected]> * Add changelog for #179 Signed-off-by: Kevin Ji <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]> * Release v0.20.0 (#186) * release v0.20.0 * bump crate version to 0.20.0 * update CONTRIBUTING * CONTRIBUTING change * Update ibc-proto-rs to v0.21.0 * Update CONTRIBUTING.md * Connection proofs refactor (#170) * conn_open_confirm refactor * conn_open_ack handler * disable mbt * ConnOpenConfirm handler Remove connection::verify.rs * conn_open_ack: readability * remove ConnectionOpenTry::with_previous_connection_id * Make previous_connection_id deprecated * remove mbt * Remove hold_oldest_height check * changelog * Output logs for handlers again * conn_open_ack: apply naming convention * conn_open_try apply naming convention * conn_open_init apply naming convention * conn_open_try naming fix * conn_open_confirm apply naming convention * Document naming convention * fmt * comments * Update crates/ibc/src/core/ics03_connection/handler.rs Co-authored-by: Shoaib Ahmed <[email protected]> Signed-off-by: Philippe Laferrière <[email protected]> * Move naming convention docstring * fix * update deprecated annotation Signed-off-by: Philippe Laferrière <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]> * changelog * ics20 on_chan_open_init tests * ics20 on_chan_open_try tests * update deprecation versions * update comment with issue * fmt * use ModuleExtras::empty() Signed-off-by: Kevin Ji <[email protected]> Signed-off-by: Philippe Laferrière <[email protected]> Co-authored-by: Kevin Ji <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]>
Farhad-Shabani
pushed a commit
that referenced
this pull request
Sep 9, 2024
* release v0.20.0 * bump crate version to 0.20.0 * update CONTRIBUTING * CONTRIBUTING change * Update ibc-proto-rs to v0.21.0 * Update CONTRIBUTING.md
Farhad-Shabani
pushed a commit
that referenced
this pull request
Sep 9, 2024
* variable naming in ics26 * Rework ics26 channel handler * cleanup Ics4ChannelMsg handler * channel callbacks now return ModuleExtras * channel_dispatch now returns a `MsgReceipt` * remove crossing hellos logic from chan_open_try Also removes tests that tested that logic specifically * deprecate `MsgChannelOpenTry::previous_channel_id` field * ics20: refactor on_chan_open_init * Remove `version` field of `on_chan_open_try()` * ICS20: inline on_chan_open_init * ics20: on_chan_open_try * ics20: refactor rest of handshake callbacks * fmt * ics26_routing: Derive Hash for ModuleId (#179) * ics26_routing: Derive Hash for ModuleId Signed-off-by: Kevin Ji <[email protected]> * Add changelog for #179 Signed-off-by: Kevin Ji <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]> * Release v0.20.0 (#186) * release v0.20.0 * bump crate version to 0.20.0 * update CONTRIBUTING * CONTRIBUTING change * Update ibc-proto-rs to v0.21.0 * Update CONTRIBUTING.md * Connection proofs refactor (#170) * conn_open_confirm refactor * conn_open_ack handler * disable mbt * ConnOpenConfirm handler Remove connection::verify.rs * conn_open_ack: readability * remove ConnectionOpenTry::with_previous_connection_id * Make previous_connection_id deprecated * remove mbt * Remove hold_oldest_height check * changelog * Output logs for handlers again * conn_open_ack: apply naming convention * conn_open_try apply naming convention * conn_open_init apply naming convention * conn_open_try naming fix * conn_open_confirm apply naming convention * Document naming convention * fmt * comments * Update crates/ibc/src/core/ics03_connection/handler.rs Co-authored-by: Shoaib Ahmed <[email protected]> Signed-off-by: Philippe Laferrière <[email protected]> * Move naming convention docstring * fix * update deprecated annotation Signed-off-by: Philippe Laferrière <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]> * changelog * ics20 on_chan_open_init tests * ics20 on_chan_open_try tests * update deprecation versions * update comment with issue * fmt * use ModuleExtras::empty() Signed-off-by: Kevin Ji <[email protected]> Signed-off-by: Philippe Laferrière <[email protected]> Co-authored-by: Kevin Ji <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.