Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test all output formats (#3683)
right now only certain output formats are tested in the main compiler test harness, namely bytecode, abi, metadata and some natspec outputs. in the past, there have been issues where output formats get broken but don't get detected until release testing or even after release. this commit adds hooks in `get_contract()` and `deploy_blueprint_for()` to generate all output formats, which will help detect broken output formats sooner.
- Loading branch information