-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: implement getCID
methods on store and upload tables
#225
Conversation
this enables the new capability invocation handlers in storacha/w3up#918
View stack outputs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to call it something closer to what it's retrieving getCID
to me says retrieve a CID. Is it metadata? You say "information" in the description - getInfo
, stat
?
oh yea - we actually switched to "inspect" in the capability name (storacha/w3up#918) - @alanshaw how would you feel about |
Just |
per PR feedback here: storacha/w3infra#225 (comment)
per PR feedback here: storacha/w3infra#225 (comment)
ok updated! I think the errors here may be due to some cleanup @vasco-santos did with the Kinesis streams - I think they should be safe to ignore. @alanshaw anything else blocking approval? |
this enables the new capability invocation handlers in storacha/w3up#918