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
Prepending during hashing: This is easily solvable by applying a closure during hashing at each node.
Children size: Our nodes contain values. And the concatenation during hashing happens as following - left, value, right. Whereas the tendermint or iavl spec contains values only at leaves.
The text was updated successfully, but these errors were encountered:
rnbguy
changed the title
feat(store): support cosmos-sdk specs
feat(store): support cosmos-sdk proof specs
Mar 20, 2024
We need to generalize our store implementation so that it can support:
tendermint_spec
iavl_spec
Differences:
left
,value
,right
. Whereas thetendermint
oriavl
spec contains values only at leaves.The text was updated successfully, but these errors were encountered: