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
I think the appropriate way to approach this is to accept this as a flag in aderyn, then auto-parse from famous files like foundry.toml or aderyn.toml.
We would then need to build a framework for registering detectors with applicable hardfork versions. Given that this detector is the only one that identifies an issue that changed depending on hardfork version, and node Solidity code, I'm inclined to punt this issue out as "Future Feature", and maybe sunset this detector.
PUSH0 is not supported by all chains
To Reproduce
Steps to reproduce the behavior:
https://github.com/smartcontractkit/ccip
ccip
Expected behavior
Since the Paris hardfork is set in
foundry.toml
I would not expect to see PUSH0 related issues being raised.The text was updated successfully, but these errors were encountered: