lotus/cmd/lotus-storage-miner
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
..
actor.go Add a CLI command to set a miner's owner address 2020-10-06 05:11:52 -04:00
allinfo_test.go refactor: unify test builder full node options 2020-10-09 11:56:25 +02:00
backup.go Full node metadata backup 2020-10-01 17:55:48 +02:00
config.go gofmt 2020-08-18 18:27:28 +02:00
info_all.go Test lotus-miner info all 2020-10-05 14:15:14 +02:00
info.go Added an option to hide sector info for lotus-miner info 2020-09-28 15:42:50 -04:00
init_restore.go miner restore: Resolve worker key for wallet check 2020-10-01 17:55:48 +02:00
init.go unshare the journal 2020-10-09 13:23:07 -07:00
main.go lotus-miner backup command 2020-10-01 17:55:47 +02:00
market.go Display price, verified-price with units in lotus-miner storage-deals get-ask 2020-10-08 12:08:01 -07:00
pieces.go wire through new retrieval apis 2020-07-31 01:47:37 -04:00
proving.go 3941: Added cmd `lotus-miner proving deadline <deadline index>" 2020-09-24 16:23:12 +02:00
retrieval-deals.go Specify retrieval price in FIL/GiB 2020-09-16 14:30:04 -07:00
run.go Fix pond 2020-10-07 01:50:11 +02:00
sealing.go sectorstorage: Compact assigned windows 2020-08-28 18:26:38 +02:00
sectors.go Improve miner sectors list UX 2020-09-30 13:34:05 +02:00
stop.go update storage miner and seal worker document 2020-07-11 16:55:13 +08:00
storage.go lotus-miner: Cleanup storage attach helptext a bit 2020-10-03 11:30:22 +02:00