certified-assets
certified-assets copied to clipboard
A certified assets canister written in Rust.
That is a part of proposal about chunks certification (with backward compatibility). _These improvements are a proposal to improve the certification infrastructure around IC and might be considered as a...
I'm attempting to do the work to claim this bounty: https://twitter.com/dominic_w/status/1467144071449915395 It seems like implementing HTTP Range request functionality will achieve video streaming, and beyond that audio streaming and really...
Linked [PR](https://github.com/dfinity/cdk-rs/pull/207)
Also on the forum: https://forum.dfinity.org/t/custom-streamingcallbacktoken/9379 This issue has come up while implementing https://github.com/dfinity/certified-assets/issues/10 I would like some clarification on `StreamingCallbackToken` and `http_request_streaming_callback`. I might need to modify the `StreamingCallbackToken` or...
There is an `authorize(other: Principal)` function to add other principals but no `deauthorize(principal: Principal)` function which removes authorized principals. We would love to be able to have this functionality in...
Supporting ETag & If-Match is crucial for being able to cache the assets on the client side. References: * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag * https://httpwg.org/specs/rfc7232.html#header.etag