SHA256 (apachelog-1.1.tar.gz) = 86feec41d582e2cd3e4d31f89a1af702bd8ca56ea4aa4a986c1b2ce28b6333d3 SIZE (apachelog-1.1.tar.gz) = 5161 feed' href='http://www.tfcis.org/~lantw44/cgit/go-tangerine/atom/light/lightchain.go?h=v1.8.1' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/light/lightchain.go
Commit message (Expand)AuthorAgeFilesLines
* les, light: fix CHT trie retrievals (#16039)Péter Szilágyi2018-02-111-3/+3
* eth, light: minor light client startup cleanupsPéter Szilágyi2018-02-081-2/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+7
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-20/+1
* Chain indexer fix + new CHT (#15934)Felföldi Zsolt2018-01-231-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
* eth, les, light: expose chain config in les node info too (#15732)Péter Szilágyi2017-12-281-0/+3
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-12/+24
* light: new CHTs for mainnet and ropstenZsolt Felfoldi2017-09-121-1/+6
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-4/+4
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-13/+44
* light: fix megacheck warnings (#14920)Egon Elbre2017-08-071-1/+0
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-1/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-5/+0
* core, light: delete SplitStatTy, ChainSplitEvent (unused)Felix Lange2017-04-221-3/+0
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-0/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-27/+5
* core: refactor genesis handlingFelix Lange2017-03-231-5/+1
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* les: implement request distributor, fix blocking issues (#3660)Felföldi Zsolt2017-03-231-2/+11
* Merge pull request #3779 from zsfelfoldi/cht-updatePéter Szilágyi2017-03-141-23/+2
|\
| * light: added new CHTZsolt Felfoldi2017-03-141-23/+2
* | all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-0/+3
|/
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-19/+11
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-23