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

Implement a stateless version of the verkle tree #144

Merged
merged 18 commits into from
Jan 19, 2022
Merged

Conversation

gballet
Copy link
Member

@gballet gballet commented Dec 8, 2021

This PR implements a new type of node, meant to create a tree from elements of a proof.

@gballet gballet marked this pull request as ready for review December 10, 2021 14:31
@gballet
Copy link
Member Author

gballet commented Dec 10, 2021

Failing tests are probably due to the modification of a global constant...

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2021

Codecov Report

Merging #144 (aea74d4) into master (7f86b3f) will decrease coverage by 0.14%.
The diff coverage is 88.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
- Coverage   89.48%   89.33%   -0.15%     
==========================================
  Files           8        9       +1     
  Lines         666      863     +197     
==========================================
+ Hits          596      771     +175     
- Misses         49       66      +17     
- Partials       21       26       +5     
Impacted Files Coverage Δ
tree.go 90.45% <0.00%> (ø)
stateless.go 88.71% <88.71%> (ø)
ipa.go 100.00% <100.00%> (ø)

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 7f86b3f...aea74d4. Read the comment docs.

@gballet gballet merged commit 69e1c35 into master Jan 19, 2022
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