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: spec/ics-003-connection-semantics/README.md
+38-13Lines changed: 38 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,6 +281,13 @@ At the end of an opening handshake between two chains implementing the sub-proto
281
281
282
282
This sub-protocol need not be permissioned, modulo anti-spam measures.
283
283
284
+
In `connOpenInit`, a sentinel empty-string identifier can be used to allow the recipient chain to choose its own connection identifier. Chains may implement a function `desiredIdentifier` which chooses an identifier, e.g. by incrementing a counter:
Copy file name to clipboardExpand all lines: spec/ics-004-channel-and-packet-semantics/README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,8 @@ When the opening handshake is complete, the module which initiates the handshake
273
273
it specifies will own the other end of the created channel on the counterparty chain. Once a channel is created, ownership cannot be changed (although higher-level abstractions
274
274
could be implemented to provide this).
275
275
276
+
A sentinel empty-string identifier can be used to allow the recipient chain to choose its own channel identifier.
0 commit comments