[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 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
534061d to
b826c88
Compare
3b2789a to
1ecb010
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.