aboutsummaryrefslogtreecommitdiffstats
path: root/light/lightchain.go
Commit message (Expand)AuthorAgeFilesLines
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-04-091-4/+8
* core: validate roundHeight mapping in governance contractWei-Ning Huang2019-04-091-0/+6
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-11/+11
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-081-2/+2
* les, light, params: update light client CHTsPéter Szilágyi2018-09-201-7/+7
* common, core, light: add block age into info logsPéter Szilágyi2018-09-201-2/+2
* core: safe indexer operation when syncing starts before the checkpoint (#17511)Felföldi Zsolt2018-08-281-3/+3
* all: make indexer configurable (#17188)gary rong2018-08-281-9/+11
* consensus/clique, light: light client snapshots on RinkebyPéter Szilágyi2018-08-211-12/+22
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-161-7/+7
* core, eth, les: more efficient hash-based header chain retrieval (#16946)Felföldi Zsolt2018-06-121-0/+12
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-10/+20
* core: make current*Block atomic, and accessor functions mutex-free (#16171)Martin Holst Swende2018-02-261-6/+0
* 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-231-17/+17
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* les: improved header fetcher and server statisticsZsolt Felfoldi2016-12-101-0/+11
* light: updated CHTs for mainnet and testnetZsolt Felfoldi2016-11-141-4/+4
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+2
* all: update license informationFelix Lange2016-11-091-1/+2
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-4/+4
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-0/+505