lotus/markets
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
..
dealfilter Support external deal decision logic 2020-07-31 20:29:16 +02:00
loggers feat(markets): update markets 0.7.0 2020-09-30 10:26:50 -07:00
retrievaladapter update even more imports 2020-09-28 14:25:58 -07:00
storageadapter feat: add RPC for StateWaitMsg 2020-10-09 11:45:16 +02:00
utils feat(markets): complete markets conversion 2020-09-17 00:43:14 -07:00
journal.go unshare the journal 2020-10-09 13:23:07 -07:00