Add the concept of a 'channel'
This commit is contained in:
parent
eafa484184
commit
edd5368669
|
@ -23,12 +23,13 @@ IBC was first outlined in the [Cosmos Whitepaper](https://github.com/cosmos/cosm
|
|||
1. [Opening a connection](connections.md#231-opening-a-connection)
|
||||
1. [Following block headers](connections.md#232-following-block-headers)
|
||||
1. [Closing a connection](connections.md#233-closing-a-connection)
|
||||
1. **[Packets](packets.md)**
|
||||
1. [Definitions](packets.md#31-definitions)
|
||||
1. [Requirements](packets.md#32-requirements)
|
||||
1. [Sending a packet](packets.md#33-sending-a-packet)
|
||||
1. [Receiving a packet](packets.md#34-receiving-a-packet)
|
||||
1. [Packet relayer](packets.md#35-packet-relayer)
|
||||
1. **[Channels & Packets](channels-and-packets.md)**
|
||||
1. [Definitions](channels-and-packets.md#31-definitions)
|
||||
1. [Requirements](channels-and-packets.md#32-requirements)
|
||||
1. [Channels](channels-and-packets.md#33-channels)
|
||||
1. [Sending a packet](channels-and-packets.md#34-sending-a-packet)
|
||||
1. [Receiving a packet](channels-and-packets.md#35-receiving-a-packet)
|
||||
1. [Packet relayer](channels-and-packets.md#36-packet-relayer)
|
||||
1. **[Optimizations](optimizations.md)**
|
||||
1. [Timeouts](optimizations.md#41-timeouts)
|
||||
1. [Cleanup](optimizations.md#42-cleanup)
|
||||
|
|
Loading…
Reference in New Issue