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

Discover a way to move proof key calculation into background/uniform process #301

Open
MavenRain opened this issue Feb 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MavenRain
Copy link
Contributor

The current proof implementation requires a direct treatment of collection of all of the keys used to serve a particular endpoint for submission for construction of a proof. It would be desirable to make this process uniform and automated in some way. However, the naive solution of creating a wrapper type that interacts with the underlying merk store runs into issues.

References:
Wrapper type issues - https://coda.io/d/LedgerStore-Proof-Wrapper-Design_dNuzHODZzxm/LedgerStore-Proof-Wrapper-Design_suJTS

Proof implementation PR - #245

Proof spec PR - many-protocol/specification#89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant