tabcat
tabcat
### Track the official release - [ ] [OrbitDB 1.0 BETA Release](https://github.com/orbitdb/orbit-db/issues/1002) - [ ] [Draft Protocol Spec Merged](https://github.com/orbitdb/spec/issues/1) - [ ] [Post OrbitDB 1.0 BETA Release Work](https://github.com/orbitdb/orbit-db/issues/1003) - [...
### Post OrbitDB 1.0 BETA Release Work OrbitDB 1.0 BETA release tracker: https://github.com/orbitdb/orbit-db/issues/1002 - [ ] Draft Protocol Spec Merge - [ ] [orbitdb/spec#1](https://github.com/orbitdb/spec/issues/1) - [ ] Heavier Testing -...
### To OrbitDB 1.0 BETA working branch: https://github.com/tabcat/orbit-db/tree/1.0 Tracklist:notes:: - [ ] Database factory - [x] written - [ ] tested - [ ] Database class - [x] written -...
> I think it's mostly related to the new ipfs + libp2p upgrade. I also faced the same issue, did the same workaround. I am also having trouble using the...
This issue is being created to track exploration of chunked entry loading and traversal. This is mentioned in [Road to 1.0](https://github.com/orbitdb/orbit-db/issues/819) as a part of sections `Async Iterators / Streaming`...
There are a few packages within the org that make up `orbit-db`. Here is a list of them: ``` orbit-db-store orbit-db-counterstore orbit-db-docstore orbit-db-eventstore orbit-db-feedstore orbit-db-kvstore orbit-db-access-controllers orbit-db-identity-provider orbit-db-io orbit-db-pubsub orbit-db-test-utils...
I think it would be good to move to the new standardized way of importing modules into javascript. We can still support CJS users with https://github.com/mikeal/ipjs And add official typescript...
I've been working on a [spec](https://github.com/tabcat/spec/tree/1.0) to go with 1.0. It's main goal is to make orbitdb databases more self-descriptive via the manifest, more efficient by taking advantage of CBOR's...
We find peers of orbitdb using a pubsub channel with the db address as the topic. Database addresses are strings that include an encoded CID. Depending on the ipfs and...
This pr will introduce and use the new classes for the Address and Manifest data types, based on https://github.com/orbitdb/SCPs/pull/12 and https://github.com/orbitdb/SCPs/pull/13. The goal is to simplify and uniform interactions with...