-
Notifications
You must be signed in to change notification settings - Fork 126
Detect incompatible version of ink #754
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The 2.0.0 release of cargo-contract will only be compatible with 4.x releases of ink, so 3.x releases and earlier will be incompatible.
We should add a check which reads the version of the ink dependency in the contract and if it is incompatible, provide the user with a suggestion to either
- Upgrade their contract to
4.0 - Install an earlier
1.xrelease ofcargo-contract
Could also provide a link to docs with a table of compatible cargo-contract -> ink -> pallet-contracts combinations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers