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
gas-indexed-events
PoC:
yarn lint
yarn lint yarn run v1.22.21 $ solhint 'src/**/*.sol' src/ICounter.sol 4:3 warning GC: [sender] on Event [Increment] could be Indexed gas-indexed-events 4:3 warning GC: [value] on Event [Increment] could be Indexed gas-indexed-events ✖ 2 problems (0 errors, 2 warnings) ✨ Done in 0.85s.
pragma solidity ^0.8.20; interface ICounter { event Increment (address indexed sender, uint256 indexed value); }
The text was updated successfully, but these errors were encountered:
jajaj thanks @0xCLARITY for your message will be fixing as soon as I can I think I missed interfaces... need to check
Sorry, something went wrong.
fixed in #573 already included in latest version 4.5.4
No branches or pull requests
PoC:
yarn lint
The text was updated successfully, but these errors were encountered: