aboutsummaryrefslogtreecommitdiffstats
path: root/node/node_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: add new client, use it everywhereFelix Lange2016-07-231-16/+18
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-1/+1
| | | | | | | | 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
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-7/+5
|
* cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-2/+2
|
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-11/+90
|
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-130/+98
|
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-9/+45
|
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+492