aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/api.go
Commit message (Collapse)AuthorAgeFilesLines
* eth: various typosLeif Jurvetson2016-03-161-1/+1
|
* eth/filters: ✨ pending logs ✨Jeffrey Wilcke2016-02-131-7/+22
| | | | | | Pending logs are now filterable through the Go API. Filter API changed such that each filter type has it's own bucket and adding filter explicitly requires you specify the bucket to put it in.
* eth/filters: added notifications for out of bound log eventsJeffrey Wilcke2016-02-051-19/+27
| | | | | | Out of Bound log events are events that were removed due to a fork. When logs are received the filtering mechanism should check for the `removed` field on the json structure.
* 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