aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/notification.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-297/+0
|
* rpc: add new client, use it everywhereFelix Lange2016-07-231-1/+1
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* rpc: remove NotifierContextKeyFelix Lange2016-04-161-0/+9
| | | | | | | Context keys must have a unique type in order to prevent any unintented clashes. The code used int(1) as key. Fix it by implementing the pattern recommended by package context.
* rpc: add pub/sub supportBas van Kervel2016-04-021-0/+288