lotus/blockstore
Steven Allen 87801b5855
feat: shed: fix blockstore prune (#11197)
1. Implement a pass-through for garbage collection on the idstore.
2. Fix the `lotus-shed state-prune` command.

NOTE: the new performance of running a full prune will be significantly
less as this version doesn't batch. However, it should now actually
_work_ and most users will be using the splitstore anyways.
2023-10-27 11:33:18 -07:00
..
badger
splitstore Moved work duration to a constant 2023-09-18 15:43:01 +00:00
api.go
autobatch_test.go
autobatch.go
blockstore.go
buffered.go
cbor_gen.go make gen 2023-09-23 17:54:44 -04:00
context.go
discard.go
doc.go
fallback.go
idstore.go feat: shed: fix blockstore prune (#11197) 2023-10-27 11:33:18 -07:00
ipfs.go make gen 2023-06-22 10:43:56 +02:00
mem_test.go
mem.go
metrics.go
net_serve.go
net_test.go
net_ws.go
net.go
sync.go
timed_test.go
timed.go
union_test.go
union.go