Merge branch 'master' into refactor/lib/blockstore

This commit is contained in:
Raúl Kripalani
2021-02-28 19:55:23 +00:00
149 changed files with 4352 additions and 1640 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func MessagePool(lc fx.Lifecycle, sm *stmgr.StateManager, ps *pubsub.PubSub, ds
}
func ChainRawBlockstore(lc fx.Lifecycle, mctx helpers.MetricsCtx, r repo.LockedRepo) (dtypes.ChainRawBlockstore, error) {
bs, err := r.Blockstore(repo.BlockstoreChain)
bs, err := r.Blockstore(helpers.LifecycleCtx(mctx, lc), repo.BlockstoreChain)
if err != nil {
return nil, err
}