Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -28/+33 |
| | | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum. | ||||
* | rpc: fix bad method error for batch requests | Felix Lange | 2016-07-23 | 1 | -8/+8 |
| | | | | | | If a batch request contained an invalid method, the server would reply with a non-batch error response. Fix this by tracking an error for each batch element. | ||||
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 1 | -7/+7 |
| | |||||
* | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 1 | -80/+85 |
| | | | | | | | | 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 | -10/+14 |
| | |||||
* | cmd, common, node, rpc: move IPC into the node itself | Péter Szilágyi | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | rpc: fix success response encoding for null return value | Felix Lange | 2016-01-27 | 1 | -1/+1 |
| | | | | | The "result" field of JSON-RPC 2.0 responses was omitted if the result was nil, causing exceptions in web3.js. | ||||
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -0/+343 |
| | |||||
* | Cleanup | Taylor Gerring | 2015-01-30 | 1 | -58/+0 |
| | |||||
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 1 | -9/+10 |
| | |||||
* | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 1 | -50/+0 |
| | | | | Off of jsonWrapper | ||||
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 1 | -2/+6 |
| | |||||
* | Added license headers | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 1 | -0/+67 |
| | | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC | ||||
* | WIP RPC interface | obscuren | 2014-10-21 | 1 | -0/+20 |