aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/database.go
Commit message (Collapse)AuthorAgeFilesLines
* Queued level db writes and batch writes. Closes #647obscuren2015-04-081-27/+84
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* ethutil: remove Config variableFelix Lange2015-03-061-8/+3
| | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New
* removed messagesobscuren2015-02-131-2/+2
|
* Decode from stream directlyobscuren2014-12-231-0/+4
|
* Added storage root to dumpobscuren2014-11-041-1/+0
|
* Compress data on db level. Closes #174obscuren2014-11-031-17/+34
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-1/+1
| | | | mist, etheruem have been moved to cmd/
* Removed old codeobscuren2014-08-231-10/+3
|
* Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-141-0/+2
|
* leveldb API changed for NewIterator. Fixes #20obscuren2014-02-281-1/+7
|
* Addad db name for new ldbobscuren2014-02-251-2/+6
|
* Added delete to database interfacesobscuren2014-02-241-0/+4
|
* The great mergeobscuren2014-02-151-0/+64