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

Trie + leveldb integration for on-chain logging/storage #34

Open
arcolife opened this issue Jul 10, 2018 · 1 comment
Open

Trie + leveldb integration for on-chain logging/storage #34

arcolife opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Milestone

Comments

@arcolife
Copy link
Collaborator

Txn pool / blocks exchanged are all in memory at the moment. This should follow the paradigm of file storage drivers such as leveldb

@arcolife arcolife added the bug Something isn't working label Jul 10, 2018
@arcolife arcolife added this to the Alpha 1 milestone Jul 10, 2018
@arcolife arcolife self-assigned this Jul 10, 2018
@arcolife arcolife added the B-level slightly non-trivial with intermediate difficulty label Jul 24, 2018
@hyangl
Copy link

hyangl commented Jul 29, 2018

Can refer to ethereum code tx_joural.go https://github.com/ethereum/go-ethereum/blob/master/core/tx_journal.go, it provide a file strorage driver to txs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants