quorum/ethdb
obscuren 0f460ad26e Added caching and database interface to trie
* Reimplemented caching for trie
* Reimplemented resetting and persisting trie
2014-11-19 16:21:28 +01:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
README.md The great merge 2014-02-14 23:56:09 +01:00
database.go Added storage root to dump 2014-11-03 23:45:44 +01:00
database_test.go Compress data on db level. Closes #174 2014-11-03 00:31:15 +01:00
memory_database.go Added caching and database interface to trie 2014-11-19 16:21:28 +01:00

README.md

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)