plugeth/ethdb
Péter Szilágyi 43e4a6501b core, ethdb: instrument the block and state db
Conflicts:
	ethdb/database.go
2015-06-24 18:34:04 +03:00
..
.gitignore The great merge 2014-02-14 23:56:09 +01:00
database_test.go removed redundant newlines in import block 2015-05-12 15:20:53 +02:00
database.go core, ethdb: instrument the block and state db 2015-06-24 18:34:04 +03:00
memory_database.go core, ethdb, trie: validate database errors 2015-06-21 16:59:15 +02:00
README.md The great merge 2014-02-14 23:56:09 +01:00

ethdb

The ethdb package contains the ethereum database interfaces

Installation

go get github.com/ethereum/ethdb-go

Usage

Todo :-)