aboutsummaryrefslogtreecommitdiffstats
path: root/les/api_backend.go
Commit message (Expand)AuthorAgeFilesLines
* les: handler separation (#19639)gary rong2019-08-211-1/+1
* eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)gary rong2019-07-251-9/+5
* eth, internal, les: add getHeaderBy* APIs (#19669)gary rong2019-07-231-9/+13
* les, light: implement ODR transaction lookup by hash (#19069)Felföldi Zsolt2019-05-131-0/+4
* eth, les: add error when accessing missing block state (#18346)Martin Holst Swende2019-05-021-1/+5
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-0/+4
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-041-2/+7
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-2/+2
* all: make indexer configurable (#17188)gary rong2018-08-281-1/+1
* accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-121-1/+4
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-2/+2
* all: collate new transaction events togetherrjl4934564422018-05-181-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-6/+13
* eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-231-0/+4
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-1/+8
* core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-061-14/+4
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-0/+18
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-0/+24
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-14/+6
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-1/+1
* cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-061-1/+1
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* core, eth, les: support resuming fast sync on heavy rollback (#3743)Péter Szilágyi2017-03-221-0/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-2/+2
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-2/+2
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-2/+2
* core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-1/+1
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-3/+5
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+10
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+1
* all: update license informationFelix Lange2016-11-091-8/+8
* les: light client protocol and APIZsolt Felfoldi2016-11-091-0/+144