web3labs / ink-verifier-image

Container image for Ink! smart contracts source code verification
Apache License 2.0
3 stars 2 forks source link

Default cargo-contract version fails to package contracts. #6

Open deuszx opened 1 year ago

deuszx commented 1 year ago

Default version of cargo contract is 2.0.2 but it depends on ink 4.2.0 which is not compatible with the default rustc version used.

Solution would be to either bump the rustc version to a proper one or default to cc @ 2.0.1

andrii-kl commented 1 year ago

Hi @deuszx
We are working on this issue now. We will push the fix soon.

andrii-kl commented 1 year ago

We've updated our ink verifier image to support ink 4.2.0 contracts verification. Please make sure to update your cached docker image with the latest version before you build any new ink contracts.