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

feat(code/example): Add persistence to the example app #740

Closed
3 tasks done
romac opened this issue Jan 8, 2025 · 0 comments · Fixed by #746
Closed
3 tasks done

feat(code/example): Add persistence to the example app #740

romac opened this issue Jan 8, 2025 · 0 comments · Fixed by #746
Assignees
Labels
application Related to building applications on top of Malachite code Code/implementation related feature New feature or request
Milestone

Comments

@romac
Copy link
Member

romac commented Jan 8, 2025

  • Persist undecided blocks in a redb database
  • Persist decided blocks in a redb database
  • Persist certificates in a redb database

Those can be implemented based on the block store of the Starknet mock app.

Once this is done, we should be able to switch the integration test suite from the Starknet mock app to the example app, and then extract the Starknet mock app into its own repository. See #709

@romac romac added the feature New feature or request label Jan 8, 2025
@romac romac added this to the Phase 5 milestone Jan 8, 2025
@romac romac added test Testing application Related to building applications on top of Malachite code Code/implementation related and removed test Testing labels Jan 8, 2025
@romac romac self-assigned this Jan 9, 2025
@romac romac closed this as completed in #746 Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Related to building applications on top of Malachite code Code/implementation related feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant