Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement initial vote weight via coin age (paritytech#87)
* Use struct instead of map as much as possible * Unchecked initial version * All intentions except these validators are candidates * Add harsh test * Put candidates into stats * Rename unstake to deactive * Revert StakeWeight * Remove useless code * Remove MAX_INTENTIONS
- Loading branch information