Open shaspitz opened 2 months ago
Solidity 0.8.26 introduces the ability to use custom errors within require statements. When using this functionality (custom error in conjunction w/ require statement), solhint faultily marks the line as having a gas-custom-errors infraction
gas-custom-errors
Agree as these warnings are now misleading. A release with this support would be welcome.
Solidity 0.8.26 introduces the ability to use custom errors within require statements. When using this functionality (custom error in conjunction w/ require statement), solhint faultily marks the line as having a
gas-custom-errors
infraction