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: Enable periodic state checkpoints #3041

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

kostko
Copy link
Member

@kostko kostko commented Jun 23, 2020

Part of #2880, extracted from #2882.

@kostko kostko force-pushed the kostko/feature/tm-state-checkpoints branch 2 times, most recently from c4a8367 to 2b71981 Compare June 23, 2020 12:55
@kostko kostko force-pushed the kostko/feature/tm-state-checkpoints branch from 2b71981 to 172d744 Compare June 23, 2020 16:38
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #3041 into master will decrease coverage by 0.09%.
The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3041      +/-   ##
==========================================
- Coverage   68.79%   68.69%   -0.10%     
==========================================
  Files         370      370              
  Lines       36370    36401      +31     
==========================================
- Hits        25019    25004      -15     
- Misses       8159     8223      +64     
+ Partials     3192     3174      -18     
Impacted Files Coverage Δ
go/consensus/genesis/genesis.go 26.31% <20.00%> (-0.96%) ⬇️
go/consensus/tendermint/abci/state.go 70.06% <87.50%> (+2.44%) ⬆️
go/oasis-node/cmd/genesis/genesis.go 53.15% <100.00%> (+0.64%) ⬆️
go/storage/mkvs/checkpoint/checkpointer.go 65.18% <100.00%> (ø)
go/worker/storage/committee/node.go 70.32% <100.00%> (+0.06%) ⬆️
go/worker/compute/executor/committee/state.go 74.07% <0.00%> (-11.12%) ⬇️
go/consensus/tendermint/apps/scheduler/query.go 71.05% <0.00%> (-7.90%) ⬇️
go/consensus/tendermint/apps/staking/query.go 49.09% <0.00%> (-7.28%) ⬇️
go/worker/compute/executor/committee/node.go 61.39% <0.00%> (-5.09%) ⬇️
go/registry/api/grpc.go 35.16% <0.00%> (-4.90%) ⬇️
... and 23 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 9e61aea...172d744. Read the comment docs.

@kostko kostko marked this pull request as ready for review June 24, 2020 08:23
@kostko kostko merged commit de123b2 into master Jun 24, 2020
@kostko kostko deleted the kostko/feature/tm-state-checkpoints branch June 24, 2020 12:05
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.

2 participants