Open uF4No opened 1 week ago
bump
@elfedy can you look to include the argument to zksolc
to configure suppressing errors / warnings as described here.
@uF4No PR is progress here: https://github.com/Moonsong-Labs/compilers/pull/33
@dutterbutter sure, this will be included in compilers v0.11.4
so will work on this after the dependency update that includes that version
Component
Forge
Describe the feature you would like
in Hardhat we have this setting in zksolc to disable some errors thrown from the compiler, like when contracts use
transfer
ortx.origin
:This is passed to the zksolc compiler json input.
I have not found any setting in the config to enable this.
Additional context
Some projects fail to compile without this feature as the compiler sometimes throws these errors as false positives