Vasco Santos
Vasco Santos
Hello, [libp2p/js-libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto) is using [dannycoates/pem-jwk](https://github.com/dannycoates/pem-jwk), which is using this module. With the latest release, we got everything broken in libp2p. Can you revert the release and release as a breaking...
In the context of `js-ipfs` reannouncing blocks to the network [ipfs/js-ipfs#2160](https://github.com/ipfs/js-ipfs/issues/2160), this PR aims to add a Provider layer controlled by `js-ipfs`. This provider will be used by bitswap. Needs:...
We currently maintain many projects with websites: nft.storage, web3.storage, nftstorage.link ... We should uniform them all for two reasons: - reduce maintenance burden of everything being setup differently - move...
This PR adds a route middleware to routes POST /pins and /pins/:requestId, augmenting the authorization layer to also check the on going requests. We also have a ENV var that...
We have a regression in nftstorage backups from postgres optimization PR https://github.com/nftstorage/nft.storage/pull/1664 Given we do chunked uploads, we used to rely on multiple calls to createUpload to add new rows...
We should setup during deployment a `_dnslink` and dogfood `add-to-web3` github action
This PR changes gateway link on files table to w3s.link instead of dweb.link Needs #1728
## Current need We need both error logging to improve diagnostics as well as error handling in the UI to improve UX. This ticket covers implemeting Sentry to log errors....
When we do next maintenance disabling writes, we must run https://github.com/web3-storage/web3.storage/blob/main/packages/db/postgres/migrations/020-update-type-status.sql#L1-L34 It takes a while and we need writes disabled for this
BLOCKED: awaiting uploads v2 With Postgres we can finally improve the upload listing API and its website usage. This issue should track all the improvements we can do: ## Backend...