aboutsummaryrefslogtreecommitdiffstats
path: root/common/db.go
Commit message (Collapse)AuthorAgeFilesLines
* all: move common.Database to package ethdbFelix Lange2015-09-151-26/+0
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* 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
|
* core, ethdb, trie: validate database errorsobscuren2015-06-211-1/+1
|
* common, ethdb: removed caching and LastTDobscuren2015-05-281-1/+0
|
* Moved leveldb update loop to eth/backendBas van Kervel2015-04-231-0/+1
| | | | | | change order of block insert and update LastBlock bugfix, wrong hash stored in blockDb
* Queued level db writes and batch writes. Closes #647obscuren2015-04-081-2/+0
|
* Moved ethutil => commonobscuren2015-03-161-0/+12