NomicFoundation / hardhat-ignition

Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.
https://hardhat.org/ignition
MIT License
108 stars 26 forks source link

fix: add additional validation for global parameters #832

Open kanej opened 3 days ago

kanej commented 3 days ago

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