hook splitstore into DI

This commit is contained in:
vyzo
2021-03-05 14:46:17 +02:00
parent e07c6c71c0
commit 622b4f7d9d
5 changed files with 72 additions and 5 deletions
+3
View File
@@ -27,6 +27,9 @@ type (
// UniversalBlockstore is the cold blockstore.
UniversalBlockstore blockstore.Blockstore
// SplitBlockstore is the hot/cold blockstore that sits on top of the ColdBlockstore.
SplitBlockstore blockstore.Blockstore
// ChainBlockstore is a blockstore to store chain data (tipsets, blocks,
// messages). It is physically backed by the BareMonolithBlockstore, but it
// has a cache on top that is specially tuned for chain data access