aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/memory_database.go
Commit message (Expand)AuthorAgeFilesLines
* core, ethdb: two tiny fixes (#17183)gary rong2018-07-181-4/+8
* ethdb, core: implement delete for db batch (#17101)gary rong2018-07-021-0/+9
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-4/+4
* core, ethdb: reuse database batches (#15989)Martin Holst Swende2018-01-311-0/+5
* cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-8/+8
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-7/+14
* ethdb: return copied value from MemDatabase.Get (#14958)gary rong2017-08-111-1/+1
* trie: more node iterator improvements (#14615)Felix Lange2017-06-211-7/+0
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* core/state, ethdb, trie: test intermediate secure key leak, fix memdb bugPéter Szilágyi2016-01-201-1/+1
* common: remove old RLP implementation, Value and ExtPackageFelix Lange2015-12-181-22/+1
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-3/+7
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-12/+39
* ethdb: remove FlushFelix Lange2015-09-151-4/+0
* ethdb: copy stored memdb valuesFelix Lange2015-09-151-2/+1
* ethdb: add NewBatchFelix Lange2015-09-151-0/+23
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-0/+8
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core, ethdb, trie: validate database errorsobscuren2015-06-211-1/+3
* Moved leveldb update loop to eth/backendBas van Kervel2015-04-231-0/+4
* common: drop accessors for Value.ValFelix Lange2015-03-201-1/+1
* Moved ethutil => commonobscuren2015-03-161-4/+4
* Added caching and database interface to trieobscuren2014-11-191-0/+4
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-1/+2
* Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-141-0/+2
* Added a GetKeys method to support multiple accountsobscuren2014-02-281-0/+6
* Added delete to database interfacesobscuren2014-02-241-0/+6
* Removed RlpValue in favour of Valueobscuren2014-02-151-3/+2
* The great mergeobscuren2014-02-151-0/+49