archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

feat(contracts): Allow skipping the schema validation #233

Closed aelesbao closed 1 year ago

aelesbao commented 1 year ago

Description

Before implementing all the JSON schemas required for CosmWasm contracts on #227, we should add a flag to skip the validation and avoid any edge cases with missing schemas.

Technical Details

Add the flag --skip-validation to all contracts sub-commands that perform schema validation.