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

[merkledb] Create a Basic Memory Trie Wrapper #525

Open
patrick-ogrady opened this issue Oct 5, 2023 · 4 comments
Open

[merkledb] Create a Basic Memory Trie Wrapper #525

patrick-ogrady opened this issue Oct 5, 2023 · 4 comments
Assignees

Comments

@patrick-ogrady
Copy link
Contributor

patrick-ogrady commented Oct 5, 2023

Make it easy to generate roots from arbitrary keys and to prove keys exist in said roots.

@dboehm-avalabs mentioned this functionality already exists...we just need to wrap it up nicely for our use.

@patrick-ogrady patrick-ogrady self-assigned this Oct 5, 2023
@dboehm-avalabs
Copy link
Contributor

It isn't perfect, but could flesh out this code a bit more to provide that https://github.com/ava-labs/avalanchego/blob/master/x/merkledb/proof.go#L857

@patrick-ogrady
Copy link
Contributor Author

Copy link

github-actions bot commented Dec 5, 2023

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will exempt this issue from future lifecycle events.

@patrick-ogrady
Copy link
Contributor Author

Blocks: #950

@patrick-ogrady patrick-ogrady added this to the Developer Ready milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog 🗄️
Development

No branches or pull requests

2 participants