You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vars task and subsystem in v2 was designed within the constraints of Hardhat's plugin system, in particular a lack async support in the configuration loading process. This blocked options like fully encrypted secrets.
We want to review the desing of vars in the light of the v3 plugin system, and ensure it supports the full range of use cases.
The text was updated successfully, but these errors were encountered:
The
vars
task and subsystem inv2
was designed within the constraints of Hardhat's plugin system, in particular a lack async support in the configuration loading process. This blocked options like fully encrypted secrets.We want to review the desing of
vars
in the light of thev3
plugin system, and ensure it supports the full range of use cases.The text was updated successfully, but these errors were encountered: