lotus/blockstore
vyzo 649fc62863 panic if we fail to correctly setup the db paths.
we can't really continue and leave a ticking bomb for the next restart; the user might not see it.
2021-07-27 10:27:16 +03:00
..
badger panic if we fail to correctly setup the db paths. 2021-07-27 10:27:16 +03:00
splitstore use functional options for hotstore gc, rename MovingGC to FullGC 2021-07-27 09:53:22 +03:00
api.go rename blockstores for consistency. 2021-01-29 23:17:25 +00:00
blockstore.go use functional options in the BlockstoreGC interface 2021-07-27 09:52:06 +03:00
buffered.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
discard.go rename noopstore to discardstore 2021-07-09 19:19:37 +03:00
doc.go refine docs. 2021-01-29 23:24:44 +00:00
fallback.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
idstore.go satisfy linter, use Prefix for common path of non inline CIDs 2021-03-05 14:46:18 +02:00
ipfs.go Merge branch 'master' into refactor/lib/blockstore 2021-02-28 19:55:23 +00:00
mem.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
metrics.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
sync.go add DeleteMany to Blockstore interface 2021-03-05 14:46:18 +02:00
timed_test.go rename blockstores for consistency. 2021-01-29 23:17:25 +00:00
timed.go fix: avoid holding a lock while calling the View callback 2021-03-11 20:03:38 -08:00
union_test.go implement blockstore.Union, a union blockstore. 2021-03-02 17:03:11 +00:00
union.go implement DeleteMany in union blockstore 2021-03-05 14:46:18 +02:00