| Commit message (Expand) | Author | Age | Files | Lines |
* | core, eth, les: more efficient hash-based header chain retrieval (#16946) | Felföldi Zsolt | 2018-06-12 | 1 | -0/+37 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -38/+39 |
* | core: minor evm polishes and optimizations | Péter Szilágyi | 2018-03-26 | 1 | -1/+1 |
* | core: make current*Block atomic, and accessor functions mutex-free (#16171) | Martin Holst Swende | 2018-02-26 | 1 | -18/+21 |
* | core, eth/downloader: commit block data using batches (#15115) | Felix Lange | 2017-09-10 | 1 | -5/+8 |
* | core: typos and comments improve | changhong | 2017-05-25 | 1 | -9/+8 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -0/+3 |
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -2/+2 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -112/+37 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -6/+1 |
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -4/+9 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 1 | -22/+15 |
|\ |
|
| * | core, log: track field length and pad to align | Péter Szilágyi | 2017-02-28 | 1 | -2/+2 |
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -22/+15 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -12/+11 |
* | core: improve import log alignment | Felix Lange | 2017-01-11 | 1 | -1/+1 |
* | core: import future blocks one-by-one, enfore chain ancestry | Péter Szilágyi | 2016-12-13 | 1 | -0/+11 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -4/+5 |
* | common, core, eth/downloader: adjust import log formatting | Péter Szilágyi | 2016-10-18 | 1 | -2/+7 |
* | core: ensure the canonical block is written before the canonical hash is set | Bas van Kervel | 2016-08-16 | 1 | -7/+11 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -28/+69 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -0/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -7/+12 |
* | core: cache fresh headers and tds to avoid db trashing | Péter Szilágyi | 2016-03-11 | 1 | -18/+50 |
* | core: create a header chain structure shared by core.BlockChain and light.Lig... | zsfelfoldi | 2016-03-10 | 1 | -0/+432 |