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

Improve experience for plugging in different proof formats #36

Open
lightclient opened this issue Sep 30, 2019 · 0 comments
Open

Improve experience for plugging in different proof formats #36

lightclient opened this issue Sep 30, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@lightclient
Copy link
Collaborator

I think it would be beneficial to improve the "pluggability" of proof formats other than the offset-multiproof. I've been trying to open up the design of Sheth to allow for this and it is getting closer. The things that would really mark this as complete would be:

  • composer tool has a repository of proof formats it can generate for
  • each format implements the State trait so it can be used as an account database
  • is rigorously tested -- the rest of the test in Sheth are focused on correctness of the logic and not the correctness of the storage unit
  • added to benches + Makefile
@lightclient lightclient added the help wanted Extra attention is needed label Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant