-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add VoteOnBallot function (#2464)
* refactor: add FindBallotAndFinalize function Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor blame and block header Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor: move VoteOnBallot to utils.go Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor: run make generate Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * remove wontfix issues Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor: add changelog Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor: remove sprintf Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactor: add VoteOnBallot testing suite Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * Update x/observer/keeper/voting_test.go Co-authored-by: Tanmay <[email protected]> * refactor: replace index with sample.ZetaIndex(t) Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> * refactored errors returning from votes Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> --------- Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]> Co-authored-by: Tanmay <[email protected]>
- Loading branch information
Showing
12 changed files
with
444 additions
and
166 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
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
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
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
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
Oops, something went wrong.