aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-091-1/+54
|
* cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-12/+12
|
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-13/+72
|
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-44/+138
|
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-8/+92
|
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-1/+2
| | | | | | The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+6
|
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-151-3/+27
|
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+10
|
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-87/+39
|
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-31/+93
|
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+252