Joel Thorstensson
Joel Thorstensson
At 3Box we've been looking into how to best encode signed objects in IPLD. In the DID community which we are quite familiar with one direction with a lot of...
Support for the `dag-jose` codec was added to go-ipfs in 0.11 and also recently to js-ipfs. However, the webui gives an error when trying to inspect a `dag-jose` object. This...
* Adding a simple tool to try to sync a rootstore. * Reconnect if the connection to pinning node failed * Still WIP Example usage: ```sh $ ./tools/sync-rootstore.js /orbitdb/QmacTcFn5f8BZjXzf2W4BrayuHYDGYVNhFcRL4tW1a4CEZ/1220c84e0cf9b4d128b329b48e989db9b25bc28bb36ff0d2752a654b00cde613be21.root ```
Should check if storage layer is present and throw descriptive error if not.
Right now there is no limit when calling `space.public.set` for example. This can lead to issues.
Right now requests being sent to the pinning room are not signed.
It seems like objects added to ipfs with the `ipfs.dag.put` are not getting automatically pinned. We should make sure to pin DID documents and address links!
Right now passing undefined objects to `openBox` might result in weird errors that are quite difficult to debug. We should just check if both of these params are defined and...
Add a method to the KeyValueStore to add a function that get's called whenever the underlying orbitdb store get's an update from another peer. Was considering using the EventEmitter interface,...
Right now we only store the value of the entry in the private store. We only use the hash of the key as the key in the private store. We...