-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add contract verify feature #125
Comments
Parity wants to standardize this process so lets understand this impact better before moving forward with this ticket. use-ink/cargo-contract#1065 |
We use this for our ink! validator function https://github.com/Phala-Network/ink-validator |
Oh, nice! ..but what image does it use? I believe we should push the Parity's "official" image as a standard, since it's now published. |
Co-authored-by: Igor Papandinas <igor.papandinas@posteo.net>
Co-authored-by: Igor Papandinas <igor.papandinas@posteo.net>
Overview (What and Why)
cargo-contract now supports verifiable builds, and we should add an option for it too:
https://use.ink/basics/contract-verification/
How
--verify
(or similar flag) runs a build inside the parity-defined containercontract verify
or similar command submits the deployed address and source files for verificationDefinition of Done
Open Issues and Blockers
The text was updated successfully, but these errors were encountered: