-
Notifications
You must be signed in to change notification settings - Fork 6
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
Capture attachments in the data model to support de-serialized instance with blocks #296
Comments
@Gozala integrating this now into a client and server and we should get this iteration too. aggregate: {
offer: Server.provide(AggregateCapabilities.offer, ({ invocation }) => {
// get block by CID needed
}
} I also wonder if we should support a convenience API to just read block by CID, thoughts? Regarding two pointed out solutions, I would favour a non magical approach, therefore second seems more explicit. We could mutate facts adding attachments when Also one question, could you give me a high level hint on how the deserialization flow is until getting a invocation object created for the server.provide function? |
Just to summarize to what we have arrived at during our call about this: We could amend We do not need a separate API to dereference attached blocks because:
|
Context: #288 (review)
The text was updated successfully, but these errors were encountered: