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

Fuzz storage proof decoder #2703

Merged
merged 5 commits into from
Feb 24, 2020
Merged

Conversation

kostko
Copy link
Member

@kostko kostko commented Feb 21, 2020

Fixes #2637

@kostko kostko force-pushed the kostko/feature/fuzz-mkvs-proof-verifier branch from 2a1a6ae to 1e4cef3 Compare February 21, 2020 14:01
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #2703 into master will decrease coverage by 0.02%.
The diff coverage is 9.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2703      +/-   ##
==========================================
- Coverage    63.2%   63.17%   -0.03%     
==========================================
  Files         377      377              
  Lines       35448    35458      +10     
==========================================
- Hits        22404    22401       -3     
- Misses      10244    10246       +2     
- Partials     2800     2811      +11
Impacted Files Coverage Δ
go/storage/mkvs/urkel/node/node.go 71.2% <0%> (-1.85%) ⬇️
go/storage/mkvs/urkel/syncer/proof.go 83.92% <33.33%> (-1.53%) ⬇️
go/worker/compute/executor/committee/state.go 74.07% <0%> (-11.12%) ⬇️
.../consensus/tendermint/apps/epochtime_mock/state.go 84.61% <0%> (-5.13%) ⬇️
go/runtime/committee/nodes.go 80.64% <0%> (-4.31%) ⬇️
go/worker/storage/service_external.go 47.31% <0%> (-4.31%) ⬇️
go/worker/compute/executor/committee/node.go 62% <0%> (-3.35%) ⬇️
go/storage/mkvs/urkel/lookup.go 72.72% <0%> (-2.28%) ⬇️
go/runtime/tagindexer/tagindexer.go 68.47% <0%> (-2.18%) ⬇️
go/storage/mkvs/urkel/iterator.go 84.37% <0%> (-1.25%) ⬇️
... and 15 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 e4132f5...0421744. Read the comment docs.

@kostko kostko force-pushed the kostko/feature/fuzz-mkvs-proof-verifier branch from 03f5982 to 0421744 Compare February 24, 2020 10:47
@kostko kostko merged commit 233ea01 into master Feb 24, 2020
@kostko kostko deleted the kostko/feature/fuzz-mkvs-proof-verifier branch February 24, 2020 11:02
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.

Fuzz storage proof decoder
2 participants