We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forge
my tool forge-deploy read and write files to manage deployment data.
it currently do that in all context, even when there would be no need for it (forge test)
forge test
my tool would actually only need to write files if the execution of the deployment is going to be broadcasted
So for optimization purpose it would be great to be able to know whether --broadcast was specified
--broadcast
Proposal:
function isBroadcasting() external returns (bool);
No response
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #2900, so closing in favor of that one
Sorry, something went wrong.
No branches or pull requests
Component
Forge
Describe the feature you would like
my tool forge-deploy read and write files to manage deployment data.
it currently do that in all context, even when there would be no need for it (
forge test
)my tool would actually only need to write files if the execution of the deployment is going to be broadcasted
So for optimization purpose it would be great to be able to know whether
--broadcast
was specifiedProposal:
Additional context
No response
The text was updated successfully, but these errors were encountered: