-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Summary
In the Pre Merge Upgrade the native bridge and atomic bridge modules were disabled and the upgrade was tested in movementlabsxyz/movement#1212
We now need to prepare the Post Merge Upgrade, this is already in draft movementlabsxyz/movement#1214
Requirements
In the framework, the following should be changed:
-
De-commissioning of core_resources account feat:
account::destroy_account_from
function to decommission core resources account, feature flagDECOMMISSION_CORE_RESOURCES
aptos-core#167 -
Initial test tooling for post-l1-merge in
movement
feat: post merge upgrade movement#1214 -
Mainnet Governance should be initialised
-
Furthermore in the e2e test after the proposal is signed off on (by the core_resources account, yes its suicide), we should test that it is indeed no longer in able to call and framework functions.
-
Probably in a seperate PR we should test that Governance is working, by submitting a proposal, have validators (with enough stake) vote.