aboutsummaryrefslogtreecommitdiffstats
path: root/node/service.go
Commit message (Expand)AuthorAgeFilesLines
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-041-0/+6
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-3/+4
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-2/+2
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* node: don't return non-nil database on errorFelix Lange2017-06-231-1/+5
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-0/+7
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-9/+10
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-3/+5
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-1/+1
* cmd, eth, ethdb, node: prioritise chaindata for resources, bump cachePéter Szilágyi2016-03-091-2/+2
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+4
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-24/+14
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-6/+29
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+67