You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
To reproduce, create a project with the ink! ERC20 sample code and then run the following:
$ cargo install pwasm-utils --features cli
$ cargo contract build
$ wasm-check target/ink/erc20.wasm
All imports should be from env
Looking through the substrate codebase, I believe that it is the wasm-check tool which is incorrect, as the sealN modules (which are what are being used for the imports) should be correct.
The text was updated successfully, but these errors were encountered:
You are correct in your analyzes. Those CLI tools are somewhat lagging behind in features because all the internal users are using the crate directly. I was meaning to give them some love soon.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce, create a project with the ink! ERC20 sample code and then run the following:
Looking through the substrate codebase, I believe that it is the
wasm-check
tool which is incorrect, as thesealN
modules (which are what are being used for the imports) should be correct.The text was updated successfully, but these errors were encountered: