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

Merkle Mountain Range (MMR) #1

Open
hgedia opened this issue Aug 22, 2024 · 2 comments
Open

Merkle Mountain Range (MMR) #1

hgedia opened this issue Aug 22, 2024 · 2 comments

Comments

@hgedia
Copy link
Collaborator

hgedia commented Aug 22, 2024

Summary

MMR is a data structure designed to address limitations related to Merkle Trees. It is essential in scenarios where on-chain data updates are required. MMRs are commonly used in technologies like zk-coprocessors and are particularly valuable in non-interactive state proofs. While MMRs are more gas-expensive compared to Merkle Trees, in Mina there is a fixed-fee gas model that depends on network demand rather than the amount of computation.

Submitted by d0x471b

Ready to build?

Please read the docs on how to progress.

@YashBit
Copy link

YashBit commented Oct 10, 2024

@hgedia Hi there, we are preparing a proposal for this, will send in a few weeks.

@hgedia
Copy link
Collaborator Author

hgedia commented Oct 27, 2024

@codekaya Has started work on this primitive here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants