aboutsummaryrefslogtreecommitdiffstats
path: root/les/backend.go
Commit message (Expand)AuthorAgeFilesLines
* eth, les: reject light client connection is server is not synced (#19616)gary rong2019-05-271-1/+2
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-131-1/+2
* miner: polish miner configuration (#19480)gary rong2019-04-231-1/+1
* les, light: remove support for les/1 4096 block CHT sectionsZsolt Felfoldi2019-04-081-1/+1
* les: removed les/1 protocol messagesZsolt Felfoldi2019-04-081-2/+0
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-041-1/+1
* les: extend error message for coinbase API calls (#19380)Felföldi Zsolt2019-04-031-2/+2
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-1/+1
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-261-1/+2
* les: implement ultralight client (#16904)b00ris2019-01-241-2/+29
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-1/+1
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-1/+1
* all: make indexer configurable (#17188)gary rong2018-08-281-6/+7
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-221-1/+1
* les: fix crasher in NodeInfo when running as server (#17419)Felix Lange2018-08-171-25/+23
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-161-18/+21
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-101-1/+1
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-031-0/+1
* les: pass server pool to protocol manager (#16947)Felföldi Zsolt2018-06-121-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-1/+2
* les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-051-1/+4
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-3/+2
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-1/+1
* les, core/bloombits: post-LES/2 fixes (#15391)Felföldi Zsolt2017-10-271-1/+1
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-24/+55
* 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-2/+1
* les: code refactoring (#14416)Felföldi Zsolt2017-06-211-12/+28
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-3/+3
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-5/+1
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-5/+5
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-0/+1
* cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-061-1/+6
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-7/+5
* core: refactor genesis handlingFelix Lange2017-03-231-10/+12
* les: implement request distributor, fix blocking issues (#3660)Felföldi Zsolt2017-03-231-0/+2
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-6/+1
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-3/+2
* cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-2/+0
* cmd/utils, eth, les: bubble --fakepow flag into eth/les tooPéter Szilágyi2017-01-041-4/+2
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-2/+3
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-251-0/+1
* common/httpclient, les: removed httpclientJeffrey Wilcke2016-11-251-3/+0
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-6/+2
* les: print 'experimental feature' warning on startupFelix Lange2016-11-091-0/+3
* all: update license informationFelix Lange2016-11-091-1/+1
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-0/+218