aboutsummaryrefslogtreecommitdiffstats
path: root/ethdb/memory_database.go
Commit message (Collapse)AuthorAgeFilesLines
* common: drop accessors for Value.ValFelix Lange2015-03-201-1/+1
| | | | I don't see why we would need two different accessors for a public field.
* Moved ethutil => commonobscuren2015-03-161-4/+4
|
* Added caching and database interface to trieobscuren2014-11-191-0/+4
| | | | | * Reimplemented caching for trie * Reimplemented resetting and persisting trie
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-1/+2
| | | | mist, etheruem have been moved to cmd/
* 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