Skip to content
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

fix: look for the correct capability in client.capability.upload.get #1357

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

travis
Copy link
Member

@travis travis commented Apr 10, 2024

I was seeing some strange errors in the nft.storage work I'm doing right now and realized it's a result of a copypasta bug in upload-client where we query for the wrong capability when putting together this invocation.

We missed this in testing because tests use one big proof, which means that asking for upload/add is equivalent to asking for upload/get - in an ideal world I'd spend a bit of time untangling this but since I'm at the bottom of a stack of shaved yaks I'd like to get this shipped and file an issue to come back to this later.

I was seeing some strange errors in the nft.storage work I'm doing right now and realized it's a result of a copypasta bug in `upload-client` where we query for the wrong capability when putting together this invocation.

We missed this in testing because tests use one big proof, which means that asking for `upload/add` is equivalent to asking for `upload/get` - in an ideal world I'd spend a bit of time untangling this but since I'm at the bottom of a stack of shaved yaks I'd like to get this shipped and file an issue to come back to this later.
@vasco-santos vasco-santos merged commit 77199fe into main Apr 11, 2024
14 checks passed
@vasco-santos vasco-santos deleted the fix/upload-get branch April 11, 2024 06:32
travis pushed a commit that referenced this pull request Apr 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[12.5.1](w3up-client-v12.5.0...w3up-client-v12.5.1)
(2024-04-11)


### Fixes

* look for the correct capability in `client.capability.upload.get`
([#1357](#1357))
([77199fe](77199fe))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants