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

persistent merkle tree #432

Merged
merged 1 commit into from Feb 13, 2023
Merged

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented Feb 12, 2023

Description

Using persistent merkle to efficiently calculate account and validator root hash.

Checklist

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • CHANGELOG is updated.

@codecov
Copy link

codecov bot commented Feb 12, 2023

Codecov Report

Merging #432 (4acdbc3) into main (0bb6715) will increase coverage by 0.13%.
The diff coverage is 93.18%.

❗ Current head 4acdbc3 differs from pull request most recent head 0d015a3. Consider uploading reports for the commit 0d015a3 to get more accurate results

@@            Coverage Diff             @@
##             main     #432      +/-   ##
==========================================
+ Coverage   82.16%   82.30%   +0.13%     
==========================================
  Files         148      148              
  Lines        6898     6939      +41     
==========================================
+ Hits         5668     5711      +43     
+ Misses        944      943       -1     
+ Partials      286      285       -1     

@themantre themantre merged commit a906ca8 into pactus-project:main Feb 13, 2023
@b00f b00f deleted the persistentmerkle branch August 28, 2023 13: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.

None yet

2 participants