Closed shreyan-gupta closed 1 month ago
Attention: Patch coverage is 80.29197%
with 27 lines
in your changes missing coverage. Please review.
Project coverage is 71.58%. Comparing base (
167172b
) to head (e6afe27
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Review this PR after #12069
Couple of changes to the memtrie interface
get_iter
to avoid the two step process of first getting root and then iterator for memtrieload_trie_from_flat_state
functionconstruct_root
function as that was one too many layers of indirectionapply_memtrie_changes
lookup
to simplify calls to memtrie key lookups