aboutsummaryrefslogtreecommitdiffstats
path: root/les/odr_test.go
Commit message (Expand)AuthorAgeFilesLines
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-131-10/+35
* core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-151-3/+8
* les: removed les/1 protocol messagesZsolt Felfoldi2019-04-081-8/+0
* les: limit state ODR retrievals to the last 100 blocks (#17744)Felföldi Zsolt2018-10-011-1/+1
* all: make indexer configurable (#17188)gary rong2018-08-281-31/+14
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-161-1/+2
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-2/+2
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+8
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+0
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-4/+4
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-1/+10
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-2/+2
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-31/+22
* les: code refactoring (#14416)Felföldi Zsolt2017-06-211-11/+17
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-2/+2
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+5
* les: implement request distributor, fix blocking issues (#3660)Felföldi Zsolt2017-03-231-0/+3
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+5
* les: fixed selectPeer deadlock, improved request distributionZsolt Felfoldi2017-01-061-4/+5
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* les: improved header fetcher and server statisticsZsolt Felfoldi2016-12-101-3/+5
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-3/+12
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-2/+2
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-54/+5
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-7/+9
* all: update license informationFelix Lange2016-11-091-0/+16
* core/types: remove header accessorsFelix Lange2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-0/+222