dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
167 stars 84 forks source link

chore!: improve error message about canister ranges #3786

Closed sesi200 closed 1 month ago

sesi200 commented 1 month ago

Description

When connecting to a node directly that does not live on the root subnet, canister ranges need to be set manually. The error message now hints at using --provisional-create-canister-effective-canister-id

Fixes SDK-1397

How Has This Been Tested?

untested, best case would be a manual test

Checklist: