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
Update the ChannelUpgradeInit handler to only store the upgrade fields and not the timeout and last packet sequence send.
Remove timeout in MsgChannelUpgradeInit and setting in Upgrade
Remove setting of last packet sequence sent in Upgrade
This will require updating proof verification of TRY to only verify the upgrade fields set. The MsgChannelUpgradeTry should now take in UpgradeFields instead of an Upgrade for the CounterpartyProposedUpgrade, the field name can be renamed as well
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Update the
ChannelUpgradeInit
handler to only store the upgrade fields and not the timeout and last packet sequence send.MsgChannelUpgradeInit
and setting inUpgrade
Upgrade
This will require updating proof verification of TRY to only verify the upgrade fields set. The
MsgChannelUpgradeTry
should now take inUpgradeFields
instead of anUpgrade
for theCounterpartyProposedUpgrade
, the field name can be renamed as wellFor Admin Use
The text was updated successfully, but these errors were encountered: