We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IBC Channels build on top of IBC connection. Channels provide exactly-once and optional ordering semantics for message delivery in IBC.
ICS04: ics-004-channel-and-packet-semantics ICS05 ics-005-port-allocation TLA+ spec for ICS04 packet handlers: ICS04PacketHandlers.tla as part of IBC Core TLA+ spec
The implementation of Channel depends on:
For complete implementation & acceptance:
start
The following ongoing issues provide a more fine-grained perspective on the different parts of IBC client functionality:
ibc::ics04_channel::events
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
IBC Channels build on top of IBC connection. Channels provide exactly-once and optional ordering semantics for message delivery in IBC.
Further reading
ICS04: ics-004-channel-and-packet-semantics
ICS05 ics-005-port-allocation
TLA+ spec for ICS04 packet handlers: ICS04PacketHandlers.tla as part of IBC Core TLA+ spec
Dependencies
The implementation of Channel depends on:
For complete implementation & acceptance:
Acceptance criteria
start
)Related issues
The following ongoing issues provide a more fine-grained perspective on the different parts of IBC client functionality:
ibc::ics04_channel::events
module Reworkibc::ics04_channel::events
module cosmos/ibc-rs#86The text was updated successfully, but these errors were encountered: