You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the merge of PR #6 the DeepSparseMerkleSubTree type was removed. This issue aims to re-implement/add a new DeepSubTrie, now using the lazy loaded SMT as its base, for it to work with both the SMT and SMST.
h5law
changed the title
[Enhancement] Integrate Deep Subtrees into the lazy loaded SMT
[Enhancement] Integrate the DeepSubTrie for the SM(S)T
Jan 10, 2024
Objective
Following the merge of PR #6 the
DeepSparseMerkleSubTree
type was removed. This issue aims to re-implement/add a new DeepSubTrie, now using the lazy loaded SMT as its base, for it to work with both the SMT and SMST.The functionality should be close to the original deepsubtree implementation, instead now utilising the lazily loaded SMT.
This would enable batch updates to the trie - given leaves with a shared prefix an entire DST could be inserted at once
Origin Document
Original lazy loading PR
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
go test ...
go test ...
go test -v
Creator: @h5law
The text was updated successfully, but these errors were encountered: