forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create shuffled round robin proposer selector [Followup to ethereum#536…
…] (ethereum#549) * create new shuffled round robin order policy and set as default * add Random function to contract_comm/random and utilize it to seed proposer selection * fixed typo * add todo note * change comments to be more vauge * use explicit state in call to Random * move randomness retrieval into Validators and ParentValidators functions * fix typo * log proposer policy * move round shuffled round robin up * remove overly verbose trace * add command line flag for proposer policy * fix type errors * pull randomness from the last block iof each epoch * fix using wrong hash to retrieve header * prevent loops in the ordering * fix reversed array * fix compile error * fix up tests * test using new monorepo branch * Revert "test using new monorepo branch" This reverts commit 8ed1c49e7245a2c84925e25f28e60cf9ed7872d7.
- Loading branch information
1 parent
c2d86d0
commit ba213df
Showing
13 changed files
with
436 additions
and
120 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
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.