mirror of https://github.com/logos-co/staking.git
e6e05a3542
This is actually a bug that the certora prover found. The rule `epochStaysSameOnMigration` failed because a previous `StakeManager` could call `migrationInitialize` and change `currentEpoch` on a next `StakeManager`, even though the next `StakeManager` might be in migration itself (which means the `currentEpoch` is now allowed to change). This commit fixes this by ensure `migrationInitialize()` will revert if the `StakeManager` already has a `migration` on going. |
||
---|---|---|
.. | ||
StakeManager.spec | ||
StakeManagerStartMigration.spec | ||
StakeVault.spec |