-
Notifications
You must be signed in to change notification settings - Fork 289
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
[mpm] Fix mpm integration test call api state.get_with_proof_by_root_raw #3664
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3664 +/- ##
==========================================
+ Coverage 28.57% 28.64% +0.08%
==========================================
Files 591 591
Lines 50686 50687 +1
Branches 23868 23869 +1
==========================================
+ Hits 14476 14513 +37
+ Misses 22013 21959 -54
- Partials 14197 14215 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Benchmark for 98cba42Click to view benchmark
|
call api state.get_with_proof_by_root_raw 验证ok了。 然后又在block checkpoint的初始化上卡住了。
对应checkpoint init的方法:
错误信息输出
|
验证通过 |
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Must flush state tree after state tree change, otherwise, get state proof will raise the error
Missing node at HashValue
Other information