sdk
sdk copied to clipboard
IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
Rust projects created with `dfx` include old dependencies for `ic-cdk` and `ic-cdk-macros`. There needs to be a mechanism to keep them up to date. Current work around is using `cargo...
I've noticed that the `--argument` is not parsed when invoked, but only later one when used. Here's an example: ``` dfx deploy --no-wallet --argument 'version_info = "hello"' ``` Doing this,...
Our denylist includes GPL, but not AGPL or LGPL. We would be better off getting rid of it and sticking with cargo-deny's built-in copyleft list. `abnf` needs an explicit exception...
When I was deploying, the deployment was interrupted, the cycles were deducted, but not deployed, one of them did not have a canisterid, and one of them had a canisterid....
# Description Add a command for dfx: `dfx canister url ` that gives the URL for a canister. Fixes [SDK-1613](https://dfinity.atlassian.net/browse/SDK-1613) # How Has This Been Tested? - tested locally -...
Switch to a different version of `ic-cdk` to resolve this issue.
# Description When creating a canister with `dfx ledger create-canister --next-to` on a canister that does not exist (e.g., aaaa-aa), then the funds are first transferred away from the users...
Switch to a different version of `prost-derive` to resolve this issue.
Switch to a different version of `libc` to resolve this issue.