sdk icon indicating copy to clipboard operation
sdk copied to clipboard

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.

Results 140 sdk issues
Sort by recently updated
recently updated
newest added

# Description DFX doesn't compile canisters for which all dependencies are elder than the `.wasm` file. This results in big compilation speedups. The PR also adds tracing and comments intended...

external-contributor

In: https://internetcomputer.org/docs/current/developer-docs/developer-tools/cli-tools/cli-reference/dfx-new#flags The list of flags provided includes plain-assets. The documentation should be changed to simple-assets to reflect the program as shown here: dfx new --frontend --help [possible values: sveltekit,...

# Description The Motoko project now includes a few new quality-of-life enhancements: - `npm start` now starts the `motoko-dev-server` in addition to the `webpack` server. - This means that you...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) # How Has This Been Tested?...

At the third stage of the SNS launch from the documentation, the dapp developer is required to run the following command: `dfx sns propose --network ic --neuron ID sns_init.yaml` However,...

needs-triage

This PR corrects a typo in the README.md, changing "yoru" to "your".

automerge-squash
external-contributor

i'm reinstalling a canister with the following command ``` dfx deploy dappcon_backend --with-cycles 10_000_000_000_000_000 --mode reinstall ``` after executing i run ``` dfx canister status dappcon_backend Canister status call result...

Wrong canister principals are generated by `dfx generate`, if canisters were not created/deployed before calling `generate`. For more details [see here](https://github.com/dfinity/sdk/discussions/3732). The bug seems repeatable by DFX 0.19.0. The bug...

needs-triage

During compilation with `-vv` flag `"--actor-idl"` appears twice in an invocation of `moc-wrapper`: - `"--actor-idl" "/home/porton/Projects/zondirectory2/.dfx/local/canisters/idl/"` - `"--actor-idl" ".dfx/local/lsp"` Apparently, this is a bug. ``` $ dfx --version dfx 0.20.0-icsystemtest.0+rev256.f4913345...

needs-triage

Missing `type` attribute for a canister causes panic (should cause a regular error). ``` $ dfx start --background --clean && time dfx deploy -vv Running dfx start for version 0.20.0-icsystemtest.0+rev256.f4913345...

needs-triage