Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(store): support cosmos-sdk proof specs #171

Open
rnbguy opened this issue Mar 20, 2024 · 0 comments
Open

feat(store): support cosmos-sdk proof specs #171

rnbguy opened this issue Mar 20, 2024 · 0 comments

Comments

@rnbguy
Copy link
Member

rnbguy commented Mar 20, 2024

We need to generalize our store implementation so that it can support:

Differences:

  • 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.
@rnbguy rnbguy changed the title feat(store): support cosmos-sdk specs feat(store): support cosmos-sdk proof specs Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant