aboutsummaryrefslogtreecommitdiffstats
path: root/node/errors.go
Commit message (Collapse)AuthorAgeFilesLines
* node: fix instance dir locking and improve error messageFelix Lange2017-08-181-0/+18
| | | | | | The lock file was ineffective because opening leveldb storage in read-only mode doesn't really take the lock. Fix it by including a dedicated flock library (which is actually split out of goleveldb).
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-3/+17
|
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-0/+31