Closed 0x3bfc closed 1 year ago
Modifying the stage_upgrade() to store block_height + upgrade_delay_blocks and avoid changing the delay period between stage_upgrade and deploy_upgrade.
stage_upgrade()
block_height + upgrade_delay_blocks
stage_upgrade
deploy_upgrade
Description
Modifying the
stage_upgrade()
to storeblock_height + upgrade_delay_blocks
and avoid changing the delay period betweenstage_upgrade
anddeploy_upgrade
.