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
We don't need to serve proofs of blocks and block data is immutable. Having a block fully TreeBacked is a waste of memory and performance to traverse the tree multiple times.
Expected behavior
Find a different strategy to cache hashTreeRoots and efficiently hash the block once and keep only some tree roots for latter signature verification.
The text was updated successfully, but these errors were encountered:
Describe the bug
We don't need to serve proofs of blocks and block data is immutable. Having a block fully TreeBacked is a waste of memory and performance to traverse the tree multiple times.
Expected behavior
Find a different strategy to cache hashTreeRoots and efficiently hash the block once and keep only some tree roots for latter signature verification.
The text was updated successfully, but these errors were encountered: