aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-4/+30
* rpc: add new client, use it everywhereFelix Lange2016-07-231-4/+2
* node, p2p: move network config out of ServerFelix Lange2016-05-181-5/+3
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-2/+1
* common/versions, cmd/utils: add geth version contractGustav Simonsson2016-05-021-0/+1
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-6/+14
* rpc: add pub/sub supportBas van Kervel2016-04-021-1/+1
* 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
* 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