From a2d6c8f2f7da02cbe312ded729450e970d5cdd50 Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 10 Nov 2022 04:35:54 +0200 Subject: [PATCH] improve migration TODO comment --- chain/consensus/filcns/upgrades.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index 2f8438b10..8bfd9394d 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -1557,8 +1557,8 @@ func UpgradeActorsV10(ctx context.Context, sm *stmgr.StateManager, cache stmgr.M root cid.Cid, epoch abi.ChainEpoch, ts *types.TipSet) (cid.Cid, error) { // TODO migration - // - the init actor state to include the (empty) installed actors field - // - state tree migration to v5 + // - state tree migration to v5; must set predictable addresses for all account actors + // - create EAM actor return cid.Undef, fmt.Errorf("IMPLEMENTME: v10 migration") }