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

LBPNP-4 refactoring into Merkle tree #76

Merged
merged 26 commits into from
Jun 3, 2022
Merged

LBPNP-4 refactoring into Merkle tree #76

merged 26 commits into from
Jun 3, 2022

Conversation

dr-orlovsky
Copy link
Member

Implements #33

@dr-orlovsky dr-orlovsky added epic Epic task *scalability* Issues affecting system scalability *security* Issues affecting safety/security (include undefined behaviours) *privacy* Issues affecting user data privacy / confidentiality *consensus* Issues affecting distributed concensus labels Jun 1, 2022
@dr-orlovsky dr-orlovsky added this to the v0.7.0 milestone Jun 1, 2022
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #76 (dadd73d) into master (a9ef6ff) will increase coverage by 1.2%.
The diff coverage is 89.5%.

@@           Coverage Diff            @@
##           master     #76     +/-   ##
========================================
+ Coverage    83.0%   84.2%   +1.2%     
========================================
  Files          29      29             
  Lines        3537    3910    +373     
========================================
+ Hits         2936    3292    +356     
- Misses        601     618     +17     
Impacted Files Coverage Δ
commit_verify/src/commit_encode.rs 80.8% <ø> (-19.2%) ⬇️
commit_verify/src/commit_verify.rs 93.7% <ø> (ø)
commit_verify/src/lib.rs 100.0% <ø> (ø)
commit_verify/src/merkle.rs 96.5% <ø> (ø)
src/lib.rs 87.8% <ø> (ø)
commit_verify/src/lnpbp4.rs 89.5% <89.5%> (ø)
strict_encoding/src/slice32.rs 93.2% <0.0%> (-6.8%) ⬇️

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 a9ef6ff...dadd73d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*consensus* Issues affecting distributed concensus epic Epic task *privacy* Issues affecting user data privacy / confidentiality *scalability* Issues affecting system scalability *security* Issues affecting safety/security (include undefined behaviours)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant