Skip to content
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.21.1 #202

Merged
merged 2 commits into from
Oct 27, 2022
Merged

Release v0.21.1 #202

merged 2 commits into from
Oct 27, 2022

Conversation

plafer
Copy link
Contributor

@plafer plafer commented Oct 27, 2022

No description provided.

@plafer plafer requested a review from romac October 27, 2022 12:49
@plafer plafer marked this pull request as ready for review October 27, 2022 12:52
@plafer plafer merged commit 410650c into v0.21.x Oct 27, 2022
@plafer plafer deleted the release/v0.21.1 branch October 27, 2022 12:57
plafer added a commit that referenced this pull request Oct 27, 2022
* Make `ClientType` allow any string value (#189)

* ClientType now wraps a str

* Make ClientType accept any string

* doctest

* changelog

* use client_type() fn instead of constant

* use client_type() for mock

* release v0.21.0 (#192)

* release v0.21.0

* version bumped to 0.21.0

* contributing edit

* Update .changelog/v0.21.0/summary.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update CHANGELOG.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Packet data must not be assumed to be valid UTF-8 (#200)

* Add failing test

* fix the bug

* changelog

* fmt

* Reword a couple messages

Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Release v0.21.1 (#202)

* release v0.21.1

* bump to version 0.21.1

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
plafer added a commit that referenced this pull request Oct 27, 2022
* Make `ClientType` allow any string value (#189)

* ClientType now wraps a str

* Make ClientType accept any string

* doctest

* changelog

* use client_type() fn instead of constant

* use client_type() for mock

* release v0.21.0 (#192)

* release v0.21.0

* version bumped to 0.21.0

* contributing edit

* Update .changelog/v0.21.0/summary.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update CHANGELOG.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Packet data must not be assumed to be valid UTF-8 (#200)

* Add failing test

* fix the bug

* changelog

* fmt

* Reword a couple messages

Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Release v0.21.1 (#202)

* release v0.21.1

* bump to version 0.21.1

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
plafer added a commit that referenced this pull request Nov 3, 2022
* few channel attributes

* Refactor Channel's `OpenInit`

* Create channel_events() and remove event emission from all channel handlers

* channel OpenTry event cleaned up

* OpenAck cleaned up

* OpenConfirm cleaned up

* cleanup chan_close_init

* cleanup CloseConfirm event and remove Attributes

* Remove unused trait

* fix compilation + clippy

* fix tests

* finish implementing channel_events()

* channel_dispatch now discards events

* clean up generated logs

* chan_open_init_event test

* chan_open_try_event test

* chan_open_ack_event test

* test_chan_open_confirm_event test

* chan_close_init event test

* chan_close_confirm_event test

* clippy

* DataAttribute struct

* DataHexAttribute

* TimeoutHeightAttribute

* TimeoutTimestampAttribute

* SequenceAttribute

* ChannelOrderingAttribute

* Merge v0.21.1 (#203)

* Make `ClientType` allow any string value (#189)

* ClientType now wraps a str

* Make ClientType accept any string

* doctest

* changelog

* use client_type() fn instead of constant

* use client_type() for mock

* release v0.21.0 (#192)

* release v0.21.0

* version bumped to 0.21.0

* contributing edit

* Update .changelog/v0.21.0/summary.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update CHANGELOG.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Packet data must not be assumed to be valid UTF-8 (#200)

* Add failing test

* fix the bug

* changelog

* fmt

* Reword a couple messages

Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Release v0.21.1 (#202)

* release v0.21.1

* bump to version 0.21.1

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* merge DataAttribute and DataHexAttribute

* chan_open_init event compatible

* recv_packet compatible

* fix previous events

* WriteAcknowledgement compatible

* Acknowledgement event compatible

* packet Timeout event compatible

* timeout_on_close handler event emission compatible

* Remove stale code

* create ChannelClosed event

* from -> into

* rename PacketMsg timeout variants

* update comment

* ChannelClosed event in timeout handler

* timeout on close

* changelog

* move channel attributes to a submodule

* move packet attributes to submodule

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* asref counterparty channel id

* timeoutPacket event fix

* write_acknowledgement fix

* acknowledge packet fix

* write ack actual fix

* fix counterparty attributes

* add clarifying comment

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* clippy

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
shuoer86 pushed a commit to shuoer86/ibc-rs that referenced this pull request Nov 4, 2023
* Update `prost` to v0.12

* Update changelog
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* Make `ClientType` allow any string value (#189)

* ClientType now wraps a str

* Make ClientType accept any string

* doctest

* changelog

* use client_type() fn instead of constant

* use client_type() for mock

* release v0.21.0 (#192)

* release v0.21.0

* version bumped to 0.21.0

* contributing edit

* Update .changelog/v0.21.0/summary.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update CHANGELOG.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Packet data must not be assumed to be valid UTF-8 (#200)

* Add failing test

* fix the bug

* changelog

* fmt

* Reword a couple messages

Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Release v0.21.1 (#202)

* release v0.21.1

* bump to version 0.21.1

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* few channel attributes

* Refactor Channel's `OpenInit`

* Create channel_events() and remove event emission from all channel handlers

* channel OpenTry event cleaned up

* OpenAck cleaned up

* OpenConfirm cleaned up

* cleanup chan_close_init

* cleanup CloseConfirm event and remove Attributes

* Remove unused trait

* fix compilation + clippy

* fix tests

* finish implementing channel_events()

* channel_dispatch now discards events

* clean up generated logs

* chan_open_init_event test

* chan_open_try_event test

* chan_open_ack_event test

* test_chan_open_confirm_event test

* chan_close_init event test

* chan_close_confirm_event test

* clippy

* DataAttribute struct

* DataHexAttribute

* TimeoutHeightAttribute

* TimeoutTimestampAttribute

* SequenceAttribute

* ChannelOrderingAttribute

* Merge v0.21.1 (#203)

* Make `ClientType` allow any string value (#189)

* ClientType now wraps a str

* Make ClientType accept any string

* doctest

* changelog

* use client_type() fn instead of constant

* use client_type() for mock

* release v0.21.0 (#192)

* release v0.21.0

* version bumped to 0.21.0

* contributing edit

* Update .changelog/v0.21.0/summary.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update CHANGELOG.md

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Packet data must not be assumed to be valid UTF-8 (#200)

* Add failing test

* fix the bug

* changelog

* fmt

* Reword a couple messages

Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Release v0.21.1 (#202)

* release v0.21.1

* bump to version 0.21.1

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>

* merge DataAttribute and DataHexAttribute

* chan_open_init event compatible

* recv_packet compatible

* fix previous events

* WriteAcknowledgement compatible

* Acknowledgement event compatible

* packet Timeout event compatible

* timeout_on_close handler event emission compatible

* Remove stale code

* create ChannelClosed event

* from -> into

* rename PacketMsg timeout variants

* update comment

* ChannelClosed event in timeout handler

* timeout on close

* changelog

* move channel attributes to a submodule

* move packet attributes to submodule

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* asref counterparty channel id

* timeoutPacket event fix

* write_acknowledgement fix

* acknowledge packet fix

* write ack actual fix

* fix counterparty attributes

* add clarifying comment

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* Update crates/ibc/src/core/ics04_channel/events.rs

Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

* clippy

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Co-authored-by: Romain Ruetschi <romain@informal.systems>
Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants