lotus/blockstore
Steven Allen ab3c1c507e correctness fixes for the autobatch blockstore
1. Simplify shutdown and make it idempotent by using a context.
2. Make sure `Flush` actually _fully_ flushes if the previous flush failed.
3. Don't clear the flush batch if flushing fails.
2022-01-12 19:09:21 -05:00
..
badger fix blockstore test contexts 2022-01-11 20:05:01 -05:00
splitstore fix splitstore test 2022-01-11 19:56:07 -05:00
api.go Plumb contexts through 2022-01-11 19:51:08 -05:00
autobatch_test.go Address review part 2 2022-01-12 18:53:53 -05:00
autobatch.go correctness fixes for the autobatch blockstore 2022-01-12 19:09:21 -05:00
blockstore.go WIP: updating to new datastore/blockstore code with contexts 2022-01-11 19:48:04 -05:00
buffered.go Plumb contexts through 2022-01-11 19:51:08 -05:00
discard.go Plumb contexts through 2022-01-11 19:51:08 -05:00
doc.go refine docs. 2021-01-29 23:24:44 +00:00
fallback.go WIP: updating to new datastore/blockstore code with contexts 2022-01-11 19:48:04 -05:00
idstore.go Plumb contexts through 2022-01-11 19:51:08 -05:00
ipfs.go Plumb contexts through 2022-01-11 19:51:08 -05:00
mem.go Plumb contexts through 2022-01-11 19:51:08 -05:00
metrics.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
sync.go Plumb contexts through 2022-01-11 19:51:08 -05:00
timed_test.go WIP: updating to new datastore/blockstore code with contexts 2022-01-11 19:48:04 -05:00
timed.go plumb more contexts in lotus 2022-01-11 19:53:44 -05:00
union_test.go WIP: updating to new datastore/blockstore code with contexts 2022-01-11 19:48:04 -05:00
union.go Plumb contexts through 2022-01-11 19:51:08 -05:00