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

What does logdb section exactly do? #118

Open
rishithaminol opened this issue Feb 3, 2018 · 4 comments
Open

What does logdb section exactly do? #118

rishithaminol opened this issue Feb 3, 2018 · 4 comments

Comments

@rishithaminol
Copy link

rishithaminol commented Feb 3, 2018

What does actually logdb do? Is it a kind of logging mechanism?

@jonasschnelli
Copy link

I'm currently removing liblogdb...
The idea was to have a simple append only database (called "logdb") for the wallet.
If your database or file-format appends only data, it reduces the chance to produce corrupted files (ideal for cryptography material).
logdb has also a rolling sha256 for integrity checks...

But to keep it simple, I'm going to implement a similar, but more compact file-format for the wallet.

@rishithaminol
Copy link
Author

Ok. Can you share your development branch with us?

@jonasschnelli
Copy link

This is my development branch... :)
The current wallet work I'm doing right now will be pushed as PR as soon as it is done.

@rishithaminol
Copy link
Author

👍

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