Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 1 | -297/+0 |
| | |||||
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -1/+1 |
| | | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum. | ||||
* | rpc: remove NotifierContextKey | Felix Lange | 2016-04-16 | 1 | -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 support | Bas van Kervel | 2016-04-02 | 1 | -0/+288 |