pallet-revive: Add env var to allow skipping of validation for testing (#7562)
When trying to reproduce bugs we sometimes need to deploy code that
wouldn't pass validation. This PR adds a new environment variable
`REVIVE_SKIP_VALIDATION` that when set will skip all validation except
the contract blob size limit.
Please note that this only applies to when the pallet is compiled for
`std` and hence will never be part of on-chain.
---------
Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Please register or sign in to comment