w3up
w3up copied to clipboard
⁂ w3up protocol implementation
:robot: I have created a release *beep* *boop* --- ## [20.0.0](https://github.com/w3s-project/w3up/compare/access-v19.0.0...access-v20.0.0) (2024-05-16) ### ⚠ BREAKING CHANGES * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ### Features *...
:robot: I have created a release *beep* *boop* --- ## [16.0.0](https://github.com/w3s-project/w3up/compare/upload-client-v15.0.0...upload-client-v16.0.0) (2024-05-16) ### ⚠ BREAKING CHANGES * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ### Features *...
:robot: I have created a release *beep* *boop* --- ## [17.0.0](https://github.com/w3s-project/w3up/compare/upload-api-v16.0.0...upload-api-v17.0.0) (2024-05-16) ### ⚠ BREAKING CHANGES * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) ### Features *...
:robot: I have created a release *beep* *boop* --- ## [14.0.0](https://github.com/w3s-project/w3up/compare/w3up-client-v13.1.1...w3up-client-v14.0.0) (2024-05-16) ### ⚠ BREAKING CHANGES * **upload-api:** integrate agent store for idempotence & invocation/receipt persistence ([#1444](https://github.com/w3s-project/w3up/issues/1444)) * delegated capabilities...
- Verifies (WIP) that `blob/accept` has succeeded before concluding `blob/add` as per https://github.com/w3s-project/w3up/pull/1425#discussion_r1597298359
When a blob is removed, an index for the blob should also be removed as it is no longer of use.
Currently these will index the data by default and store it on the user space and submit it to IPNI. We should allow the user to opt-out of the default...
https://github.com/w3s-project/w3up/commit/468bb79cfd6cbc7d513d0174da5b3b43a3f82cba has introduced a change which redirects imports to the built modules. Side effect of this change is that now tests are now running off of built modules as opposed...
`import { create } from '@web3-storage/w3up-client' export const IPFS_GATEWAY = "https://ipfs.io/ipfs/"; export const ipfsSaveContent = async (files) => { const client = await create() // get an email to use...