aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
330 stars 82 forks source link

fix: setting the upgrade index prior calling `stage_upgrade` #716

Closed 0x3bfc closed 1 year ago

0x3bfc commented 1 year ago

Description

Modifying the stage_upgrade() to store block_height + upgrade_delay_blocks and avoid changing the delay period between stage_upgrade and deploy_upgrade.