-
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 handlers #104
Comments
3 tasks
This was referenced Sep 29, 2022
5 tasks
hu55a1n1
pushed a commit
that referenced
this issue
Sep 29, 2022
livelybug
pushed a commit
to octopus-network/ibc-rs
that referenced
this issue
Oct 14, 2022
shuoer86
pushed a commit
to shuoer86/ibc-rs
that referenced
this issue
Nov 4, 2023
Fix no-std compatibility and add check on CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Implement
ics04-channel
module message handlers.Prerequisite: #105
Proposal
Implement the dispatch, process, keeper etc for all messages
channOpenInit
Implement ChanOpenInit handler #97channOpenTry
ClientState
: replacefrozen_height()
andis_frozen()
withconfirm_not_frozen()
#545channOpenAck
Add missing Channel Open/Close handlers informalsystems/hermes#618channOpenConfirm
Make token transfer events compatible with latest ibc-go #618channCloseInit
Make token transfer events compatible with latest ibc-go #618channCloseConfirm
Make token transfer events compatible with latest ibc-go #618Introduce the channel context in mocks
Add minimal tests until MBT is available
Maintain consistency with the connection module artifacts
For Admin Use
The text was updated successfully, but these errors were encountered: