aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/api.go
Commit message (Expand)AuthorAgeFilesLines
* eth/filter: bugfix which can cause a nil pointer crash when parsing filter ar...Bas van Kervel2016-05-171-38/+36
* rpc: remove NotifierContextKeyFelix Lange2016-04-161-1/+1
* all: fix go vet warningsFelix Lange2016-04-151-4/+4
* all: update license informationFelix Lange2016-04-151-7/+7
* rpc: add pub/sub supportBas van Kervel2016-04-021-13/+66
* eth: various typosLeif Jurvetson2016-03-161-1/+1
* eth/filters: ✨ pending logs ✨Jeffrey Wilcke2016-02-131-7/+22
* eth/filters: added notifications for out of bound log eventsJeffrey Wilcke2016-02-051-19/+27
* cmd, eth, rpc: fix some RPC issues with pending blocksPéter Szilágyi2016-02-031-2/+2
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+575