Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(zetacore): delete ballots after maturity (#2863)
* add function to clear ballots * add unit tests * refactor abci tests * refactor generate voter list method * refactor names for ballot list functions * refactor ClearMaturedBallots to ClearMaturedBallotsAndBallotList * make getMaturedBallotHeight private * make getMaturedBallotHeight private * add migration script to delete ballots and tests with mainnet data * add test for migration * add a query for all ballots * generate files * add changelog * fixed test naming * update migration comment * update module version * make changes for comments 2 * remove max limit for Ballots query * remove BallotDeleteEvent * remove BallotDeleteEvent
- Loading branch information