-
Notifications
You must be signed in to change notification settings - Fork 82
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
Implement the channel message domain types #105
Comments
This was referenced Oct 15, 2020
Closed
This was referenced Sep 29, 2022
adizere
referenced
this issue
in informalsystems/hermes
Nov 11, 2020
adizere
referenced
this issue
in informalsystems/hermes
Nov 12, 2020
* First step towards #315 * Domain type & tests for chan_open_init. * Fix FMT * WIP ChannelOpenTry Domain type & tests * Re-adding ConnectionMsgType (accidentally removed). * Done with OpenTry msg * Finished ChanOpenAck domain type + tests; also fmt fix. * Finished ChanOpenConfirm message * ChanCloseInit done * FMT fix * Removed unnecessary derives. Close Confirm done * Rename packet into RecvPacket. Almost done. * Updated changelog
hu55a1n1
referenced
this issue
in hu55a1n1/hermes
Sep 13, 2022
* First step towards #315 * Domain type & tests for chan_open_init. * Fix FMT * WIP ChannelOpenTry Domain type & tests * Re-adding ConnectionMsgType (accidentally removed). * Done with OpenTry msg * Finished ChanOpenAck domain type + tests; also fmt fix. * Finished ChanOpenConfirm message * ChanCloseInit done * FMT fix * Removed unnecessary derives. Close Confirm done * Rename packet into RecvPacket. Almost done. * Updated changelog
livelybug
pushed a commit
to octopus-network/ibc-rs
that referenced
this issue
Oct 14, 2022
Fixed top-level readme w/ more detailed guideline
shuoer86
pushed a commit
to shuoer86/ibc-rs
that referenced
this issue
Nov 4, 2023
Rust: Release `ics23` version 0.8.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
ics04-channel
module is incomplete wrt to domain type implementationsProposal
[X] Add the
From/TryFrom
impls for all messages and supporting structures where missing[X] Restructure the tests to initialize with raw messages and test (de)serialization
[X] Split the
msgs.rs
file in per message modulesNote: this does not include packet-related messages (e.g., timout, ack). https://github.com/informalsystems/ibc-rs/issues/95 is for that.
For Admin Use
The text was updated successfully, but these errors were encountered: