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 persistence using BadgerDB or cometdb #17

Closed
gupadhyaya opened this issue Sep 27, 2024 · 1 comment · Fixed by #22
Closed

add persistence using BadgerDB or cometdb #17

gupadhyaya opened this issue Sep 27, 2024 · 1 comment · Fixed by #22

Comments

@gupadhyaya
Copy link
Member

we need to use BadgerDB (or cometdb that wraps multiple dbs) to persist the state of the TransactionQueue, BatchQueue, lastBatchHash, and seenBatches, so that restarting the sequencer does not lose the in-memory data.

Copy link

🎉 This issue has been resolved in version 0.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant