feat(dursto): Add structs for lazy-loading of Merkle Layer#868
Merged
feat(dursto): Add structs for lazy-loading of Merkle Layer#868
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #868 +/- ##
==========================================
- Coverage 90.96% 90.89% -0.08%
==========================================
Files 112 112
Lines 21493 21503 +10
Branches 21493 21503 +10
==========================================
- Hits 19552 19545 -7
- Misses 1561 1578 +17
Partials 380 380 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
82bc7c2 to
79784a4
Compare
|
Benchmark results for revision ed4d828:
Full results
Compare the results above with those for the default branch. |
vapourismo
requested changes
Mar 4, 2026
5f247df to
b6417fa
Compare
80e8ff9 to
d187feb
Compare
vapourismo
approved these changes
Mar 10, 2026
vapourismo
requested changes
Mar 10, 2026
6e435d7 to
2e3647b
Compare
vapourismo
requested changes
Mar 10, 2026
2996563 to
efd9f09
Compare
efd9f09 to
4afb690
Compare
vapourismo
reviewed
Mar 11, 2026
4afb690 to
641f777
Compare
vapourismo
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of RV-892.
What
LazyNodeIdandLazyResolvertypes to support lazy loading and caching of AVL nodes from a key-value store, including implementation ofResolverforLazyNodeIdand methods for resolving nodes and hashes on demand.NodeHashRepresentation, including methods for serializing the root and constructing a tree from serialized data.DecodeandBorrowDecodeimplementations forBytes<Normal>to support owned and borrowed deserialization, and derivedDecodeforBytesTemplate.Why
Manually Testing
Tasks for the Author