autobase icon indicating copy to clipboard operation
autobase copied to clipboard

Autobase lets you write concise multiwriter data structures with Hypercore

Results 48 autobase issues
Sort by recently updated
recently updated
newest added

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...