Skip to content
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

go/consensus: Include only top K validators at genesis time #3759

Merged
merged 1 commit into from
Mar 7, 2021

Conversation

abukosek
Copy link
Contributor

@abukosek abukosek commented Mar 5, 2021

Closes #3177.

@abukosek abukosek force-pushed the andrej/bugfix/3177 branch 2 times, most recently from 7799060 to 358260b Compare March 5, 2021 13:22
@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #3759 (622d186) into master (bd10b95) will increase coverage by 0.04%.
The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3759      +/-   ##
==========================================
+ Coverage   67.16%   67.20%   +0.04%     
==========================================
  Files         401      401              
  Lines       39978    39995      +17     
==========================================
+ Hits        26851    26880      +29     
+ Misses       9334     9321      -13     
- Partials     3793     3794       +1     
Impacted Files Coverage Δ
go/consensus/tendermint/api/genesis.go 72.97% <89.47%> (+2.76%) ⬆️
go/consensus/tendermint/roothash/roothash.go 69.03% <0.00%> (-3.81%) ⬇️
go/consensus/tendermint/apps/staking/state/gas.go 81.13% <0.00%> (-3.78%) ⬇️
...consensus/tendermint/apps/roothash/transactions.go 66.19% <0.00%> (-3.34%) ⬇️
go/consensus/api/grpc.go 70.09% <0.00%> (-0.67%) ⬇️
go/consensus/tendermint/beacon/beacon.go 70.87% <0.00%> (-0.55%) ⬇️
go/consensus/tendermint/full/full.go 64.32% <0.00%> (-0.27%) ⬇️
go/worker/compute/executor/committee/node.go 68.85% <0.00%> (-0.24%) ⬇️
go/storage/client/client.go 73.61% <0.00%> (+0.92%) ⬆️
go/storage/database/database.go 75.22% <0.00%> (+1.83%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94e5956...622d186. Read the comment docs.

@abukosek abukosek marked this pull request as ready for review March 5, 2021 14:18
@abukosek abukosek force-pushed the andrej/bugfix/3177 branch from 358260b to 7f58abc Compare March 5, 2021 15:19
@abukosek abukosek force-pushed the andrej/bugfix/3177 branch from 7f58abc to 622d186 Compare March 5, 2021 16:14
@abukosek abukosek merged commit c81c03c into master Mar 7, 2021
@abukosek abukosek deleted the andrej/bugfix/3177 branch March 7, 2021 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All eligible validators are included in the validator set at genesis
2 participants