cosmos / ibc

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

adding parameter to restore channel #1048

Closed sangier closed 9 months ago

sangier commented 9 months ago

Writing quint tests, we realised that restoreChannel function should include in input the upgradeSequence parameter and update the channel.UpgradeSequence accordingly. This change aligns specs and implementation, since in the implementation we have a restoreChannel function with this additional parameter.

This way we can pass:

sangier commented 9 months ago

Preferring optimization, we opt for the solution proposed in this PR