Remove all Chain GC wrappings/types
There is no practical way to do GC against the chainstore given the current state of affairs: remove all GC-related types for the time being.
This commit is contained in:
@@ -26,8 +26,6 @@ type MetadataDS datastore.Batching
|
||||
type ChainRawBlockstore blockstore.Blockstore
|
||||
type ChainBlockstore blockstore.Blockstore // optionally bitswap backed
|
||||
|
||||
type ChainGCLocker blockstore.GCLocker
|
||||
type ChainGCBlockstore blockstore.GCBlockstore
|
||||
type ChainBitswap exchange.Interface
|
||||
type ChainBlockService bserv.BlockService
|
||||
|
||||
|
||||
Reference in New Issue
Block a user