-
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: ucan stream handles receipts #174
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ import { | |
remove as uploadRemove | ||
} from '@web3-storage/capabilities/upload' | ||
|
||
export const CONTENT_TYPE = { | ||
WORKFLOW: 'application/invocations+car', | ||
RECEIPT: 'application/receipt+dag-cbor' | ||
Comment on lines
+11
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
of if we really don't care then
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note that our notion of an invocation is currently a short lived ucan delegation that we as a service provider choose to interpret as an invocation. they are not explicitly invocation ucans. |
||
} | ||
|
||
// UCAN protocol | ||
export const STORE_ADD = storeAdd.can | ||
export const STORE_REMOVE = storeRemove.can | ||
|
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.
See 2 streams there https://us-east-2.console.aws.amazon.com/kinesis/home?region=us-east-2#/streams/list