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
@@ -580,7 +573,7 @@ function queryClientConnections(id: Identifier): Set<Identifier> {
580
573
581
574
## Backwards Compatibility
582
575
583
-
Not applicable.
576
+
In the latest specification of the connection handshake, `connOpenTry` and `connOpenAck` will no longer validate that the counterparty's clien state and consensus state is a valid client of the executing chain's consensus protocol. Thus, `clientState`, `proofClient`, `proofConsensus` and `consensusHeight` fields in the `ConnOpenTry` and `ConnOpenACk` datagrams are deprecated and will eventually be removed.
584
577
585
578
## Forwards Compatibility
586
579
@@ -605,6 +598,8 @@ Jul 29, 2019 - Revisions to track connection set associated with client
605
598
606
599
Jul 27, 2022 - Addition of `ClientState` validation in `connOpenTry` and `connOpenAck`
607
600
601
+
Jul 23, 2024 - [Removal of `ClientState` and `ConsensusState` validation in `connOpenTry` and `connOpenAck`](https://github.com/cosmos/ibc/pull/1128). For information on the consequences of these changes see the attached [diagram](./client-validation-removal.png) and [consequences document](./client-validation-removal.md)
602
+
608
603
## Copyright
609
604
610
605
All content herein is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments