Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: BufferedBlockstore#flush should not reset the write buffer. (#1096)
Resetting the buffer was never advertised as a behaviour of this method. This makes it possible to call flush multiple times to selectively flush roots during its lifetime. Selective flushes are used to flush the event AMTs as they are being produced.
- Loading branch information