improve migration TODO comment
This commit is contained in:
parent
30083949a0
commit
a2d6c8f2f7
@ -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) {
|
root cid.Cid, epoch abi.ChainEpoch, ts *types.TipSet) (cid.Cid, error) {
|
||||||
|
|
||||||
// TODO migration
|
// TODO migration
|
||||||
// - the init actor state to include the (empty) installed actors field
|
// - state tree migration to v5; must set predictable addresses for all account actors
|
||||||
// - state tree migration to v5
|
// - create EAM actor
|
||||||
return cid.Undef, fmt.Errorf("IMPLEMENTME: v10 migration")
|
return cid.Undef, fmt.Errorf("IMPLEMENTME: v10 migration")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user