| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
* | core, ethdb: two tiny fixes (#17183) | gary rong | 2018-07-18 | 1 | -4/+8 |
* | ethdb, core: implement delete for db batch (#17101) | gary rong | 2018-07-02 | 1 | -0/+9 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -4/+4 |
* | core, ethdb: reuse database batches (#15989) | Martin Holst Swende | 2018-01-31 | 1 | -0/+5 |
* | cmd, core, eth/tracers: support fancier js tracing (#15516) | Péter Szilágyi | 2017-12-21 | 1 | -8/+8 |
* | core, eth/downloader: commit block data using batches (#15115) | Felix Lange | 2017-09-10 | 1 | -7/+14 |
* | ethdb: return copied value from MemDatabase.Get (#14958) | gary rong | 2017-08-11 | 1 | -1/+1 |
* | trie: more node iterator improvements (#14615) | Felix Lange | 2017-06-21 | 1 | -7/+0 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | core/state, ethdb, trie: test intermediate secure key leak, fix memdb bug | Péter Szilágyi | 2016-01-20 | 1 | -1/+1 |
* | common: remove old RLP implementation, Value and ExtPackage | Felix Lange | 2015-12-18 | 1 | -22/+1 |
* | core, eth, trie: fix data races and merge/review issues | Péter Szilágyi | 2015-10-21 | 1 | -3/+7 |
* | eth/downloader: concurrent receipt and state processing | Péter Szilágyi | 2015-10-19 | 1 | -12/+39 |
* | ethdb: remove Flush | Felix Lange | 2015-09-15 | 1 | -4/+0 |
* | ethdb: copy stored memdb values | Felix Lange | 2015-09-15 | 1 | -2/+1 |
* | ethdb: add NewBatch | Felix Lange | 2015-09-15 | 1 | -0/+23 |
* | eth, eth/downloader: handle header requests, table driven proto tests | Péter Szilágyi | 2015-08-24 | 1 | -0/+8 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, ethdb, trie: validate database errors | obscuren | 2015-06-21 | 1 | -1/+3 |
* | Moved leveldb update loop to eth/backend | Bas van Kervel | 2015-04-23 | 1 | -0/+4 |
* | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 1 | -1/+1 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -4/+4 |
* | Added caching and database interface to trie | obscuren | 2014-11-19 | 1 | -0/+4 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -1/+2 |
* | Moved keyring to ethutil & removed old methods. Implements #20 | obscuren | 2014-05-14 | 1 | -0/+2 |
* | Added a GetKeys method to support multiple accounts | obscuren | 2014-02-28 | 1 | -0/+6 |
* | Added delete to database interfaces | obscuren | 2014-02-24 | 1 | -0/+6 |
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 1 | -3/+2 |
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+49 |