[Storehouse] 013 - Add util to verify checkpoint file - #8592
[Storehouse] 013 - Add util to verify checkpoint file#8592zhangchiqing wants to merge 3 commits into
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 |
2e0691e to
5b65af3
Compare
5b65af3 to
66ed053
Compare
66ed053 to
ce67ef0
Compare
ce67ef0 to
f4625b1
Compare
f4625b1 to
f9486aa
Compare
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
f9486aa to
cd1b805
Compare
cd1b805 to
5965a57
Compare
5965a57 to
38284ae
Compare
38284ae to
d1ee592
Compare
d1ee592 to
e7d4977
Compare
e7d4977 to
4bd9bb5
Compare
dbf8111 to
8ff13ba
Compare
8ff13ba to
707e192
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: zhangchiqing <811374+zhangchiqing@users.noreply.github.com>
707e192 to
9c855a3
Compare
checkpoint-verify-hashto verify the hash value of each node in the checkpoint file.MTrie.AValidTrie()which also verify the hash value of each node, this util had the following advantages:--n-workerto process verify n subtrie concurrently.