lotus/chain/gen/genesis
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
..
genblock.go proper genesis block history 2020-08-17 21:13:43 -07:00
genesis.go unshare the journal 2020-10-09 13:23:07 -07:00
miners.go Use actor state addresses 2020-09-23 02:32:40 -04:00
t00_system.go Support inline CIDs 2020-07-23 23:12:32 -07:00
t01_init.go Update specs-actors to 0.9.10 2020-09-14 14:32:57 -07:00
t02_reward.go rename imports to match actors code 2020-09-18 14:59:27 -07:00
t03_cron.go Support inline CIDs 2020-07-23 23:12:32 -07:00
t04_power.go rename imports to match actors code 2020-09-18 14:59:27 -07:00
t05_market.go Support inline CIDs 2020-07-23 23:12:32 -07:00
t06_vreg.go rename imports to match actors code 2020-09-18 14:59:27 -07:00
util.go Partial progress towards switching to miner and power interfaces 2020-09-16 01:37:49 -04:00