ics27(upgrades): Ensure upgrade parameters are checked explicitly in app callbacks #5462
Closed
3 tasks
Labels
audit
Feedback from implementation audit
channel-upgradability
Channel upgradability feature
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Milestone
Summary
OnChanUpgradeInit
function on keeper should verify that proposed version is valid (only encoding, tx type can change), the order is valid and connection hops are valid.OnChanUpgradeAck
should ensure the version is valid doing the same checks as inChanUpgradeInit
. (can have common function they both call OR just make the checks explicit).For Admin Use
The text was updated successfully, but these errors were encountered: