Open noahfigueras opened 2 months ago
I modified the Tree so it virtualizes empty nodes, this way it only stores the actual value nodes. I also refactored merkleize_chunks_with_virtual_padding and added it inside the Tree so we can utilize it. Fixes #163
Tree
merkleize_chunks_with_virtual_padding
I modified the
Tree
so it virtualizes empty nodes, this way it only stores the actual value nodes. I also refactoredmerkleize_chunks_with_virtual_padding
and added it inside theTree
so we can utilize it. Fixes #163