lotus/chain/gen
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
..
genesis unshare the journal 2020-10-09 13:23:07 -07:00
slashfilter Slash filter shouldn't be trigerred if the same block is submitted multiple times 2020-09-30 22:05:16 -04:00
gen_test.go Add some actors policy setters for testing 2020-09-23 15:00:52 -07:00
gen.go unshare the journal 2020-10-09 13:23:07 -07:00
mining.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00