aboutsummaryrefslogtreecommitdiffstats
path: root/node/config_test.go
Commit message (Collapse)AuthorAgeFilesLines
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-22/+20
| | | | | This change ensures that nodes started with different Name but same DataDir values don't use the same nodekey and IPC socket.
* cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-3/+3
|
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-0/+32
|
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+120