-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove staking delay exits migration (#662)
* init * done * add more migration docs * clear storage item
- Loading branch information
Showing
2 changed files
with
19 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Migration History | ||
|
||
## Delay nominator exits by changing NominatorState and ExitQueue | ||
|
||
- [Migration PR `#610`](https://github.com/PureStake/moonbeam/pull/610) | ||
- [Migration Removal PR `#662`](https://github.com/PureStake/moonbeam/pull/662) | ||
|
||
## Patch nomination DOS attack vector by changing CollatorState | ||
|
||
- [Migration PR `#505`](https://github.com/PureStake/moonbeam/pull/505) | ||
- [Migration Removal PR `#553`](https://github.com/PureStake/moonbeam/pull/553) | ||
|
||
## Patch underflow bug and correct Total storage item | ||
|
||
- [Migration PR `#502`](https://github.com/PureStake/moonbeam/pull/502) | ||
- [Migration Removal PR `#553`](https://github.com/PureStake/moonbeam/pull/553) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters