w3up
w3up copied to clipboard
⁂ w3up protocol implementation
https://github.com/web3-storage/w3protocol/pull/207#discussion_r1036994163
trying to find a nice minimal example that folks can run and re-run to try thing out. pulled from https://github.com/web3-storage/www/pull/22 License: MIT
See https://protocol-labs-it.sentry.io/issues/4450525372/?query=is%3Aunresolved&referrer=issue-stream&stream_index=3
ensure we can store revocations for the same delegation with two different scopes this ensures that we can do "deep revocation" where we (the service, ie the source of authority...
@travis wrote proposal here https://hackmd.io/@tvpl/SylEjddfp I have some thought around it but prefer to discuss those here instead of hackmd.
This PR adds support for getting receipts from executed task (and optionally follow task effects and also get receipts already available). ### Capability Called it `ucan/receipt` and put it together...
Collapses all clients into a single w3up-client For backwards compatibility access-client and upload-client simply re-export their former modules which they import from the w3up-client. Please note that I have not...
Right now our clients create a space and delegate all capabilities to the agent, which later delegates them to the account. This has two the problem that access to space...
For lack of a better place to put this, here's the proposal from slack: Currently: * `w3infra` - infra for w3up * `w3up` - implementation for w3up & implementation for...