-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/validator set changes #1048
Merged
0xSasaPrsic
merged 44 commits into
feature/v3-parity
from
feature/validator_set_changes
Dec 20, 2022
Merged
Feature/validator set changes #1048
0xSasaPrsic
merged 44 commits into
feature/v3-parity
from
feature/validator_set_changes
Dec 20, 2022
Conversation
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
…orposer algorithm from valdator set
…orposer algorithm from valdator set
Please enter the commit message for your changes. Lines starting
…the validatorset.
0xSasaPrsic
force-pushed
the
feature/validator_set_changes
branch
2 times, most recently
from
December 14, 2022 15:43
d8a7e07
to
8eb6b51
Compare
0xSasaPrsic
force-pushed
the
feature/validator_set_changes
branch
from
December 14, 2022 15:49
8eb6b51
to
83456f1
Compare
Codecov Report
@@ Coverage Diff @@
## feature/v3-parity #1048 +/- ##
=====================================================
- Coverage 55.00% 54.95% -0.05%
=====================================================
Files 171 171
Lines 22922 22951 +29
=====================================================
+ Hits 12608 12613 +5
- Misses 9326 9346 +20
- Partials 988 992 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
0xSasaPrsic
changed the base branch from
feature/v3-parity
to
feature/proposer_calculator_statefull
December 15, 2022 09:27
…idator_set_changes # Conflicts: # consensus/polybft/proposer_calculator.go
…orposer algorithm from valdator set
…idator_set_changes
11 tasks
Nemanja0x
force-pushed
the
feature/proposer_calculator_statefull
branch
from
December 19, 2022 06:51
ed54559
to
68d949e
Compare
# Conflicts: # consensus/polybft/consensus_runtime.go # consensus/polybft/consensus_runtime_test.go # consensus/polybft/fsm.go # consensus/polybft/proposer_calculator.go # consensus/polybft/proposer_calculator_test.go # consensus/polybft/state.go # consensus/polybft/validator_set.go
# Conflicts: # consensus/polybft/consensus_runtime.go # consensus/polybft/consensus_runtime_test.go # consensus/polybft/proposer_calculator.go # consensus/polybft/proposer_calculator_test.go # consensus/polybft/state.go # consensus/polybft/state_test.go
0xSasaPrsic
changed the base branch from
feature/proposer_calculator_statefull
to
feature/v3-parity
December 19, 2022 13:52
0xSasaPrsic
force-pushed
the
feature/validator_set_changes
branch
from
December 19, 2022 13:59
003d2bb
to
6835680
Compare
igorcrevar
approved these changes
Dec 20, 2022
b00ris
approved these changes
Dec 20, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update proposer priority after validator set changes.
Apply centring and scaling when validator priorities are changed and use initial priority when validator is added.
Dependent on #1018
Changes include
Checklist
Testing