lotus/cmd/lotus
Steven Allen 748d2e82a7 unshare the journal
Motivation:

* Run lotus with the race detector enabled (primary motivation).
* Allow multiple lotus nodes in a process (not a high priority).

Previously, the journal was shared between all lotus instances, but it was
initialized for every new node. This caused safety problems in tests (at a
minimum).

This patch explicitly passes the journal to all services that need it.
2020-10-09 13:23:07 -07:00
..
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
daemon_nodaemon.go Update cli 2020-06-04 01:01:41 +02:00
daemon.go unshare the journal 2020-10-09 13:23:07 -07:00
debug_advance.go [WIP] Fix ticket randomness 2020-09-10 17:41:55 -04:00
main.go Full node metadata backup 2020-10-01 17:55:48 +02:00
rpc.go log shutdown method for lotus daemon and miner 2020-09-18 18:07:58 +00:00