cdk-rs
cdk-rs copied to clipboard
Rust canister development kit for the Internet Computer.
it would be great to be able to - see the current controllers of the asset canister application - add new controllers of the application - remove controllers of the...
Hey there. I've just tried to use `ic-certified-assets` inside my canister, but it turns out, I can't extend it's behavior (I can't even read the state's internal data, like chunks...
It is good practice, with associated lints, to put `# Safety` on any unsafe function, prefix any unsafe block with `// SAFETY:`, and use explicit unsafe blocks even in unsafe...
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...
We need to know chunks info of any asset for developing streaming strategy on client Linked [PR](https://github.com/dfinity/certified-assets/pull/24)
This issue documents one problem that we've observed while developing BigMap with the `rust-cdk`. In that code we wrote, we're making `put` update calls from the `index` canister to the...
Original issue, not sure if I should move it to this repo: https://github.com/dfinity/certified-assets/issues/10 This was originally pull-requested here: https://github.com/dfinity/certified-assets/pull/21 I'm still cleaning up a bit and doing some testing, but...
It would be great to have released versions of e.g. `ic-cdk-optimizer`. `cargo install`ing it takes a bit of time.