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
A stub of the Migration contract should already exist on the service account because of #358. After the HCU the migration contract needs to be updated, but before it can be updated its dependency AccountV2Migration needs to be deployed to the service account.
After this we can enable on the fly migrations by setting the batch size on the AccountV2Migration contract (admin).
I'll provide the parameters before we start of the HCU.
We will likely set the batch size twice - first time to 10, monitor the impact on the system transaction duration and then increase it to 100.
Context
A stub of the Migration contract should already exist on the service account because of #358. After the HCU the migration contract needs to be updated, but before it can be updated its dependency AccountV2Migration needs to be deployed to the service account.
After this we can enable on the fly migrations by setting the batch size on the AccountV2Migration contract (admin).
Transactions
Deploy
AccountV2Migration
Upgrade
Migration
(Optional) Set
AccountV2Migration
migration batch sizebatchSize
andmaxAddressIndex
provided by @j1010001The text was updated successfully, but these errors were encountered: