orbit-db-pinner
orbit-db-pinner copied to clipboard
A pinning service for Orbitdb, a decentralized database based on IPFS.
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
As the pinner develops, the schema in which the pinning database and pinned dbs are stored on the filesystem will change over time. As with any such thing, to prevent...
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.5.1. Release notes Sourced from socket.io's releases. 2.5.1 Bug Fixes add a noop handler for the error event (d30630b) Links: Diff: https://github.com/socketio/socket.io/compare/2.5.0...2.5.1 Client release: -...
Bumps [ws](https://github.com/websockets/ws), [socket.io](https://github.com/socketio/socket.io), [socket.io-client](https://github.com/socketio/socket.io-client) and [@ethersproject/providers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/providers). These dependencies needed to be updated together. Updates `ws` from 7.3.1 to 7.5.10 Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
[email protected] [email protected] [email protected] #### Severity: Critical - System crash #### Description: I am running an OrbitDB via Helia in a browser which replicates data to a NodeJS Voyager, which crashed...
When importing into Svelte5 browser only bundles, bundling failed. Fixes: https://github.com/orbitdb/voyager/issues/75
- using the KeyStore's privateKey for the PeerId - do not save the keyPair inside the config Fixes: https://github.com/orbitdb/voyager/issues/77
It would be helpful if there is a possibility to configure a privateKey for voyager so the PeerId stays the same after every restart.
When using "OrbitDB DID Identity Provider" (https://github.com/orbitdb/orbitdb-identity-provider-did) e.g. in a web application and adding the DID e.g. did:key:z6Mkos3DbbM3164tZ5g9vcLkNcR9i1uDTTR63PLBEiS1UJsT to voyager like so: voyager auth add did:key:z6Mkos3DbbM3164tZ5g9vcLkNcR9i1uDTTR63PLBEiS1UJsT At first everything seems...