Skip to content

Commit fd586d7

Browse files
authored
Update IBC.md (#2235)
1 parent 0f448be commit fd586d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x/wasm/IBC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ as how contracts can properly identify their counterparty.
3333
the `x/wasm.Keeper` will handle this and call into the appropriate
3434
contract to determine supported protocol versions during the
3535
[`ChanOpenTry` and `ChanOpenAck` phases](https://ibc.cosmos.network/v8/ibc/overview/#channels).
36-
(See [Channel Handshake Version Negotiation](https://docs.cosmos.network/master/ibc/custom.html#channel-handshake-version-negotiation))
36+
(See [Channel Handshake Version Negotiation](https://docs.cosmos.network/v0.45/ibc/custom.html#channel-handshake-version-negotiation))
3737
* Both the *Port* and the *Channel* are fully owned by one contract.
3838
* `x/wasm` will allow both *ORDERED* and *UNORDERED* channels and pass that mode
3939
down to the contract in `OnChanOpenTry`, so the contract can decide if it accepts
@@ -122,9 +122,9 @@ To clarify:
122122
parties in this way.
123123
* Other ideas: have a special field we send on `OnChanOpenInit` that
124124
specifies the destination contract, and allow any *ChannelID*.
125-
However, looking at [`OnChanOpenInit` function signature](https://docs.cosmos.network/master/ibc/custom.html#implement-ibcmodule-interface-and-callbacks),
125+
However, looking at [`OnChanOpenInit` function signature](https://docs.cosmos.network/v0.45/ibc/custom.html#implement-ibcmodule-interface-and-callbacks),
126126
I don't see a place to put this extra info, without abusing the version field,
127-
which is a [specified field](https://docs.cosmos.network/master/ibc/custom.html#channel-handshake-version-negotiation):
127+
which is a [specified field](https://docs.cosmos.network/v0.45/ibc/custom.html#channel-handshake-version-negotiation):
128128
```
129129
Versions must be strings but can implement any versioning structure.
130130
If your application plans to have linear releases then semantic versioning is recommended.

0 commit comments

Comments
 (0)