Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -3/+11 |
| | | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum. | ||||
* | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 1 | -159/+39 |
| | | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins | ||||
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -6/+10 |
| | |||||
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -0/+271 |