aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/filter_system_test.go
Commit message (Expand)AuthorAgeFilesLines
* accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-121-0/+8
* eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogsDomino Valdano2018-07-121-0/+27
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-2/+2
* all: collate new transaction events togetherrjl4934564422018-05-181-5/+2
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-6/+6
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-14/+26
* eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-231-2/+13
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-9/+10
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-5/+5
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-1/+2
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-1/+1
* core/bloombits, eth/filters: handle null topics (#15195)Péter Szilágyi2017-09-271-5/+7
* core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-061-26/+34
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-12/+38
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-29/+88
* eth: fix megacheck warningsEgon Elbre2017-08-081-3/+4
* core: refactor genesis handlingFelix Lange2017-03-231-6/+5
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+1
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: gofmt -w -sFelix Lange2017-01-061-11/+11
* core/vm: move Log to core/typesFelix Lange2017-01-061-33/+32
* core, core/vm, eth/filters: move Removed field into vm.LogFelix Lange2016-12-051-25/+25
* eth/filter: add support for pending logs (#3219)bas-vk2016-11-281-25/+130
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+2
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-091-0/+33
* les: light client protocol and APIZsolt Felfoldi2016-11-091-3/+4
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-70/+279
* all: fix go vet warningsFelix Lange2016-04-151-2/+2
* all: update license informationFelix Lange2016-04-151-0/+16
* eth: various typosLeif Jurvetson2016-03-161-1/+1
* eth/filters: ✨ pending logs ✨Jeffrey Wilcke2016-02-131-6/+20
* eth/filters: added notifications for out of bound log eventsJeffrey Wilcke2016-02-051-0/+87