cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
936 stars 381 forks source link

ICS 04 (upgrades): Use counterparty connection hops when verifying channel state in UpgradeOpen. #1004

Closed DimitrisJim closed 1 year ago

DimitrisJim commented 1 year ago

Specifically, when the counterparty is in OPEN, we should be using the counterparty connection hops based on the upgraded connection end. Relevant PR https://github.com/cosmos/ibc-go/pull/4074

Might be addressed in spec via #999 if we decide to store the full counterparty upgrade.