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
The cargo contract verify requires passing a full *.contract bundle. This is unhandy if one has the source code of a contract and wants to verify if a deployed contract matches that bundle.
We should add a argument --wasm that allows passing a binary obtained via e.g. cargo contract info --contract … --binary > contract.wasm.
The text was updated successfully, but these errors were encountered:
The
cargo contract verify
requires passing a full*.contract
bundle. This is unhandy if one has the source code of a contract and wants to verify if a deployed contract matches that bundle.We should add a argument
--wasm
that allows passing a binary obtained via e.g.cargo contract info --contract … --binary > contract.wasm
.The text was updated successfully, but these errors were encountered: