| Commit message (Expand) | Author | Age | Files | Lines |
* | les: pass server pool to protocol manager (#16947) | Felföldi Zsolt | 2018-06-12 | 1 | -1/+1 |
* | les, light: fix CHT trie retrievals (#16039) | Péter Szilágyi | 2018-02-11 | 1 | -4/+22 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -1/+1 |
* | les: limit LES peer count and improve peer configuration logic (#16010) | Felföldi Zsolt | 2018-02-05 | 1 | -1/+1 |
* | core, eth, les, light: get rid of redundant methods | Péter Szilágyi | 2018-01-31 | 1 | -3/+6 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -8/+6 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -1/+1 |
* | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 1 | -2/+8 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -2/+2 |
* | les: fix megacheck warnings (#14941) | Felföldi Zsolt | 2017-08-09 | 1 | -41/+1 |
* | les: code refactoring (#14416) | Felföldi Zsolt | 2017-06-21 | 1 | -40/+12 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -8/+8 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -11/+14 |
* | les: implement request distributor, fix blocking issues (#3660) | Felföldi Zsolt | 2017-03-23 | 1 | -2/+6 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -3/+5 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -5/+3 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -3/+5 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+2 |
* | Merge pull request #3519 from zsfelfoldi/light-topic5 | Péter Szilágyi | 2017-01-09 | 1 | -3/+16 |
|\ |
|
| * | les: fixed selectPeer deadlock, improved request distribution | Zsolt Felfoldi | 2017-01-06 | 1 | -3/+16 |
* | | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -7/+7 |
|/ |
|
* | les: improved header fetcher and server statistics | Zsolt Felfoldi | 2016-12-10 | 1 | -0/+11 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -7/+9 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+2 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -0/+16 |
* | p2p/discv5: added new topic discovery package | Zsolt Felfoldi | 2016-11-09 | 1 | -1/+1 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+318 |