Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.
Default values for parameters masked the test cases for our global parameters feature.
This commit adds additional tests for parameters without default values and enhances the validations to support Global Parameters as an option.
TODO
[ ] Look to refactor out duplicated code in the validation steps
[ ] Add tests to confirm whether a module specific module parameter will work even if there is a global module parameter but that doesn't have the specified property
Default values for parameters masked the test cases for our global parameters feature.
This commit adds additional tests for parameters without default values and enhances the validations to support Global Parameters as an option.
TODO