You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x/wasm/IBC.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ as how contracts can properly identify their counterparty.
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
35
[`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))
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
39
39
down to the contract in `OnChanOpenTry`, so the contract can decide if it accepts
@@ -122,9 +122,9 @@ To clarify:
122
122
parties in this way.
123
123
* Other ideas: have a special field we send on `OnChanOpenInit` that
124
124
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),
126
126
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):
128
128
```
129
129
Versions must be strings but can implement any versioning structure.
130
130
If your application plans to have linear releases then semantic versioning is recommended.
0 commit comments