lotus/chain/store
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
..
basefee_test.go fix base fee tests for different smoke heights 2020-10-06 13:12:16 -07:00
basefee.go only enable gas tampering if the breeze upgrade is enabled 2020-10-06 13:00:06 -07:00
fts.go some initial godocs. (#2118) 2020-06-23 18:51:25 -03:00
index_test.go unshare the journal 2020-10-09 13:23:07 -07:00
index.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
store_test.go unshare the journal 2020-10-09 13:23:07 -07:00
store.go unshare the journal 2020-10-09 13:23:07 -07:00
weight.go Use actor state addresses 2020-09-23 02:32:40 -04:00