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

Replace BadgerDB with own key-value storage implementation #82

Open
cedricfung opened this issue Mar 23, 2021 · 5 comments
Open

Replace BadgerDB with own key-value storage implementation #82

cedricfung opened this issue Mar 23, 2021 · 5 comments

Comments

@cedricfung
Copy link
Contributor

The transaction implementation in BadgerDB is critical for the Kernel consensus, and we can't make the core consensus implementation rely on such a large external project which we have no deep understanding.

@crossle
Copy link
Member

crossle commented Mar 23, 2021

How about leveldb https://github.com/syndtr/goleveldb?

@cedricfung
Copy link
Contributor Author

We should make our own DB.

@cedricfung
Copy link
Contributor Author

@crossle
Copy link
Member

crossle commented Sep 22, 2022

@cedricfung
Copy link
Contributor Author

We got this panic from BadgerDB 4.2.0 already

panic: Base level can't be zero.

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

No branches or pull requests

2 participants