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

✨ Add data result storage and complete data result tree #355

Open
hacheigriega opened this issue Sep 10, 2024 · 0 comments · May be fixed by #357
Open

✨ Add data result storage and complete data result tree #355

hacheigriega opened this issue Sep 10, 2024 · 0 comments · May be fixed by #357
Assignees
Labels
type: feature ✨ New feature or request

Comments

@hacheigriega
Copy link
Member

✨ Feature

We plan to migrate the data result store from the contract to the batching module.

  • Create data result store in the batching module.
  • Upon tally completion, a data result entry is created in the store.
  • The batching module's data result tree construction will be based on a query of this data result store.
  • Once a data result is included in a batch, its status should be updated.
  • Add relevant tests. Pay close attention to merkle proof construction and verification with data result tree since it has a unique shape.
@hacheigriega hacheigriega added the type: feature ✨ New feature or request label Sep 10, 2024
@hacheigriega hacheigriega self-assigned this Sep 10, 2024
@hacheigriega hacheigriega linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature ✨ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant