-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access-api can handle access/delegate
invocations for did:key
#425
Comments
#status wip on #427. started getting into both sqlite/d1 storage and access/claim invocation handling so I can test a flow of the capabilityParsers are now exported in |
access/delegate
invocationsaccess/delegate
invocations for did:key
#448) Note: * this PR targets https://github.com/web3-storage/w3protocol/tree/1675728220-handle-access-delegate Motivation: * this patch has things that are more related to #394 . They don't need to be a part of #427, which is motivated by #425. I don't mind putting them alltogether, but I'm holding these out while iterating on #427 based on review
#status merged #427 and tested it on staging via gobengo/w3protocol-test#3 I need to write a more advanced w3protocol-test that involves a 'registered' space to validate behavior beyond the 'InsufficientStorage' error that happens now. https://github.com/gobengo/w3protocol-test/pull/3/files#diff-698e92d7467a4a470689d4cb120272c6cac28864d4960ac12a3720ab7c35a15cR329 |
This hanlding is implemented in access-api w3protocol main branch. |
🤖 I have created a release *beep* *boop* --- ## [1.0.1](storacha/w3ui@w3console-v1.0.0...w3console-v1.0.1) (2023-03-23) ### Bug Fixes * use production service configuration by default in w3console ([storacha#425](storacha/w3ui#425)) ([04990c5](storacha/w3ui@04990c5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [1.0.1](storacha/w3ui@w3console-v1.0.0...w3console-v1.0.1) (2023-03-23) ### Bug Fixes * use production service configuration by default in w3console ([storacha#425](storacha/w3ui#425)) ([0d3fa0a](storacha/w3ui@0d3fa0a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Motivation:
part of Implement
access/delegate
inaccess-api
#393goal: unblock Implement w3access and w3session in
access-client
#395 sendingaccess/delegate
invocations and getting a non-error resultcontext:
access/delegate
capability parser from@web3-storage/capabilities
#414 added a capabilityParser foraccess/delegate
to@web3-storage/capabilities
packageaccess/delegate
inaccess-api
#393 is done, there shouldn't be an error for valid access/delegate invocations, so the goal of this ticket to is accomplish/test that invariantThe text was updated successfully, but these errors were encountered: