WIP: blizzard fork changes and test utilities

This commit is contained in:
whyrusleeping
2020-01-16 18:33:43 -08:00
parent 2edb32979f
commit fb173c058e
12 changed files with 993 additions and 107 deletions
+4
View File
@@ -400,3 +400,7 @@ func (a *StateAPI) StateListMessages(ctx context.Context, match *types.Message,
return out, nil
}
func (a *StateAPI) StateCompute(ctx context.Context, height uint64, msgs []*types.Message, ts *types.TipSet) (cid.Cid, error) {
return stmgr.ComputeState(ctx, a.StateManager, height, msgs, ts)
}