aboutsummaryrefslogtreecommitdiffstats
path: root/les/helper_test.go
Commit message (Expand)AuthorAgeFilesLines
* les: handler separation (#19639)gary rong2019-08-211-510/+0
* accounts/abi/bind: support closing a simulated backendPéter Szilágyi2019-07-311-0/+3
* les: get rid of testing tx journal (#19876)gary rong2019-07-231-1/+3
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-101-7/+7
* les: remove half-finished priority pool APIs (#19780)gary rong2019-07-041-1/+1
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-281-93/+156
* les, les/flowcontrol: implement LES/3 (#19329)Felföldi Zsolt2019-05-311-13/+16
* eth, les: reject light client connection is server is not synced (#19616)gary rong2019-05-271-1/+1
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-131-1/+3
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-2/+3
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-261-16/+7
* les: implement ultralight client (#16904)b00ris2019-01-241-7/+7
* all: new p2p node representation (#17643)Felix Lange2018-09-251-3/+3
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* all: make indexer configurable (#17188)gary rong2018-08-281-18/+141
* les: fix crasher in NodeInfo when running as server (#17419)Felix Lange2018-08-171-8/+2
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-161-3/+3
* les: pass server pool to protocol manager (#16947)Felföldi Zsolt2018-06-121-1/+1
* les, light: fix CHT trie retrievals (#16039)Péter Szilágyi2018-02-111-4/+22
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+1
* les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-051-1/+1
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-3/+6
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-8/+6
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-1/+1
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-2/+8
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+2
* les: fix megacheck warnings (#14941)Felföldi Zsolt2017-08-091-41/+1
* les: code refactoring (#14416)Felföldi Zsolt2017-06-211-40/+12
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-8/+8
* core: refactor genesis handlingFelix Lange2017-03-231-11/+14
* les: implement request distributor, fix blocking issues (#3660)Felföldi Zsolt2017-03-231-2/+6
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-3/+5
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-5/+3
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-3/+5
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+2
* Merge pull request #3519 from zsfelfoldi/light-topic5Péter Szilágyi2017-01-091-3/+16
|\
| * les: fixed selectPeer deadlock, improved request distributionZsolt Felfoldi2017-01-061-3/+16
* | core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-7/+7
|/
* les: improved header fetcher and server statisticsZsolt Felfoldi2016-12-101-0/+11
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-7/+9
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+2
* all: update license informationFelix Lange2016-11-091-0/+16
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-0/+318