748d2e82a7
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. |
||
---|---|---|
.. | ||
actor.go | ||
allinfo_test.go | ||
backup.go | ||
config.go | ||
info_all.go | ||
info.go | ||
init_restore.go | ||
init.go | ||
main.go | ||
market.go | ||
pieces.go | ||
proving.go | ||
retrieval-deals.go | ||
run.go | ||
sealing.go | ||
sectors.go | ||
stop.go | ||
storage.go |