aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/database_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* removed redundant newlines in import blockBas van Kervel2015-05-121-1/+0
|
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+3
|
* Queued level db writes and batch writes. Closes #647obscuren2015-04-081-17/+10
|
* cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-2/+0
|
* Compress data on db level. Closes #174obscuren2014-11-031-2/+24
|
* The great mergeobscuren2014-02-151-0/+6