@@ -13,7 +13,7 @@ This documents how CosmWasm contracts are expected to interact with IBC.
13
13
If this feature is enabled, it is considered "IBC Enabled", and that info will
14
14
be stored in the ContractInfo. (For mock, we assume all contracts are IBC enabled)
15
15
16
- Also, please read the [ IBC Docs] ( https://docs .cosmos.network/master /ibc/overview.html )
16
+ Also, please read the [ IBC Docs] ( https://ibc .cosmos.network/v8 /ibc/overview/ )
17
17
for detailed descriptions of the terms * Port* , * Client* , * Connection* ,
18
18
and * Channel*
19
19
@@ -32,7 +32,7 @@ as how contracts can properly identify their counterparty.
32
32
* If a * Channel* is being established with a registered ` wasm.xyz ` port,
33
33
the ` x/wasm.Keeper ` will handle this and call into the appropriate
34
34
contract to determine supported protocol versions during the
35
- [ ` ChanOpenTry ` and ` ChanOpenAck ` phases] ( https://docs .cosmos.network/master /ibc/overview.html #channels ) .
35
+ [ ` ChanOpenTry ` and ` ChanOpenAck ` phases] ( https://ibc .cosmos.network/v8 /ibc/overview/ #channels ) .
36
36
(See [ Channel Handshake Version Negotiation] ( https://docs.cosmos.network/master/ibc/custom.html#channel-handshake-version-negotiation ) )
37
37
* Both the * Port* and the * Channel* are fully owned by one contract.
38
38
* ` x/wasm ` will allow both * ORDERED* and * UNORDERED* channels and pass that mode
@@ -134,4 +134,4 @@ To clarify:
134
134
...
135
135
ICS20 currently implements basic string matching with a
136
136
single supported version.
137
- ```
137
+ ```
0 commit comments