aboutsummaryrefslogtreecommitdiffstats
path: root/node/config.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2016-04-151-1/+1
|
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-2/+2
| | | | | | | | 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, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-50/+50
|
* cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-0/+34
|
* cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-1/+36
|
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-0/+40
|
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+171
|
* Moved node to ethereumobscuren2014-03-221-37/+0
|
* Major re-organisation.obscuren2014-03-221-0/+37
The Ethereum node and Gui are now separated.