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

[Execution node] Trie pruning (backport to master) #1578

Merged
merged 5 commits into from Nov 5, 2021

Conversation

ramtinms
Copy link
Member

@ramtinms ramtinms commented Nov 4, 2021

Backport of PR #1507 to master

@ramtinms ramtinms requested review from tarakby and removed request for m4ksio November 4, 2021 20:31
@codecov-commenter
Copy link

Codecov Report

Merging #1578 (dc52b74) into master (c00b407) will increase coverage by 0.04%.
The diff coverage is 86.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1578      +/-   ##
==========================================
+ Coverage   54.98%   55.03%   +0.04%     
==========================================
  Files         535      535              
  Lines       33069    33109      +40     
==========================================
+ Hits        18184    18221      +37     
  Misses      12452    12452              
- Partials     2433     2436       +3     
Flag Coverage Δ
unittests 55.03% <86.20%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ledger/complete/mtrie/node/node.go 68.00% <77.77%> (+7.36%) ⬆️
ledger/complete/ledger.go 61.30% <100.00%> (+0.23%) ⬆️
ledger/complete/mtrie/flattener/forest.go 67.70% <100.00%> (+1.04%) ⬆️
ledger/complete/mtrie/forest.go 58.39% <100.00%> (+0.61%) ⬆️
ledger/complete/mtrie/trie/trie.go 49.50% <100.00%> (+0.76%) ⬆️
admin/command_runner.go 77.58% <0.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 c00b407...dc52b74. Read the comment docs.

@ramtinms ramtinms merged commit db07161 into master Nov 5, 2021
@ramtinms ramtinms deleted the ramtin/trie-pruning-backport-to-master branch November 5, 2021 18:12
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

4 participants