autobase
autobase copied to clipboard
Autobase lets you write concise multiwriter data structures with Hypercore
Added an initially failing test for fork length before valid indexers. `validateFork` passes the length & indexers because it checks the current system and not the system at the length...
Writing tests for where the `host.fork()` API can cause issues.
Related issue: https://github.com/holepunchto/autobase/issues/304 ### 1. Description of the Test This test verifies the correct behavior when rotating the indexing writer in a multi-writer setup. It simulates a scenario where several...