[Storehouse] 012 - Update util checkpoint list tries to support payloadless checkpoint - #8591
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -1,113 +0,0 @@ | |||
| package checkpoint_trie_stats | |||
There was a problem hiding this comment.
replaced by checkpoint-iterate-nodes util
3b2789a to
1ecb010
Compare
1ecb010 to
4892b86
Compare
4892b86 to
203015a
Compare
203015a to
1f9b6bb
Compare
1f9b6bb to
04061cc
Compare
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
04061cc to
1f61097
Compare
1f61097 to
6240641
Compare
6240641 to
fe28973
Compare
819587f to
96c39e2
Compare
a1aa7e0 to
f4db0a8
Compare
f4db0a8 to
bec91ed
Compare
bec91ed to
47d84b0
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: zhangchiqing <811374+zhangchiqing@users.noreply.github.com>
47d84b0 to
6ca5e09
Compare
This PR updates the checkpoint list tries util to support both v6 and v7 (payloadless) checkpoint. It also process the checkpoint in a memory efficient way without loading the entire trie into memory.