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
Emit the information to the metadata on cargo contract build
Add cargo contract verify [TARGET.contract] which reads the information from the metadata, builds the current workspace according to it and compares the resulting output.contract file against the TARGET
Check that no environment variables are passed through from the user to rustc
Needed to enable reproducible builds for use-ink/ink#1226.
We need:
ToDo
cargo contract buildcargo contract verify [TARGET.contract]which reads the information from the metadata, builds the current workspace according to it and compares the resultingoutput.contractfile against theTARGET