feat(dursto): Round-trip of Normal-Proof-Verify for MAVL Tree for non-structural-change operations#989
feat(dursto): Round-trip of Normal-Proof-Verify for MAVL Tree for non-structural-change operations#989
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #989 +/- ##
==========================================
+ Coverage 89.66% 89.70% +0.04%
==========================================
Files 125 125
Lines 26985 27103 +118
Branches 26985 27103 +118
==========================================
+ Hits 24196 24314 +118
+ Misses 2156 2143 -13
- Partials 633 646 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c8654e6 to
e0e350e
Compare
|
Benchmark results for revision 4abff73:
Full results
Compare the results above with those for the default branch. |
Possibly, could you split that issue up into two sub issues? (we should follow up with delete and insert) |
victor-dumitrescu
left a comment
There was a problem hiding this comment.
I mostly reviewed the test, IIUC most trait implementations will have to change in order to support structural changes?
They will - mainly just trying to get something working so we have more context as to how things break as we introduce the structural changes |
55dca89 to
4139682
Compare
Closes RV-962.
Part of RV-961.
What
Introduce
MerkleProofFoldandPartialHashFoldimplementations over MAVL objects to allow for proof production and verification.Why
Working towards completing proof support in DS.
How
Manually Testing
Tasks for the Author