Haad
Haad
It would be great to have a CLI tool to manage logs. The basic commands would be: ``` $ ipfs-log create QmFoo1 $ ipfs-log append QmFoo1 "hello world" QmFoo2 $...
CircleCI dropped support for their older version back in autumn and only support their newer version now. The CircleCI config needs to be updated in order to run the tests...
This PR updates orbit-core dependency which contains the latest OrbitDB v0.23.0.
FAQ: Does orbit have a shared feed between peers where multiple peers can append to the same feed?
*Copy-pasting from Gitter:* > "...or, is it done more like scuttlebutt, where each peer has their own feed" All databases (feeds) are shared between peers, so nobody "owns them" like...
This is probably the most frequently asked question and it needs canonical answer as well as detailed "troubleshooting" steps as the reasons seem to vary. However, there are two major...
Answered in https://github.com/orbitdb/orbit-db/issues/342 and specifically comment on GC in https://github.com/orbitdb/orbit-db/issues/342#issuecomment-379982614.
> Is every 'put' to OrbitDB immediately sent to the IPFS network and when 'await orbitdb.put(key, value)' returns, can I assume that the data has been persisted to atleast one...
> If I have my orbitDB address, can I recreate the entire database on another machine? A database can't be "recreated" without downloading the database from other peers. Knowing an...
This repo uses an old CircleCI version that is not supported anymore. The configs should be updated to CircleCI 2.0 in order to run the tests automatically again.
It was suggested in https://github.com/orbitdb/orbit-db/issues/233 that we should have a daemon mode. I think adding that would be awesome! I reckon we can start by the "daemon mode" being the...