aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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