autobase icon indicating copy to clipboard operation
autobase copied to clipboard

Autobase lets you write concise multiwriter data structures with Hypercore

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

This is a big one, requiring a complete rewrite of most of the Autobase internals and several breaking API changes, but it's worth it for the multi-views: This PR adds...

I've created this additional example in hopes to illustrate (and personally learn) how to achieve a basic peer-to-peer multi-writer setup using Hypercore 10. See [README.md](https://github.com/hypercore-protocol/autobase/blob/bfc4a4bd5c5c571fdeddf59de64a05bce0a1536a/examples/p2p-multiwriter/README.md) for more. I am hoping...

In order to test large linearizations with lots of reorgs, we should have a few fuzz tests. This PR gets that process started using the fuzz-lightyear module. Also (currently) included...

Running the sample code provided in the readme resulted in the following error: `TypeError: Cannot read properties of null (reading 'get')`. It appears that `localOutput` must be defined to get...

I'm using a rebased index with Hyperbee, and when I attempt to `bee.createHistoryStream({ live: true })` I get the following error: ```shell node:events:346 throw er; // Unhandled 'error' event ^...

Relies on https://github.com/holepunchto/hypercore/pull/535 and https://github.com/holepunchto/corestore/pull/94 (so draft PR) Exposes the `globalCache` on its autocore sessions, if the corestore it was passed exposes it. This makes them compatible with the hypercore...