-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Check non-view non-multicall functions are protected #461
Conversation
It could be nice to have more comments informing what are you intending to verify, how and maybe even why, it's much nicer to start a review with a birds-eye view of what's going on. May just a simple description in the PR is nice. |
Good point, I've added a README.md modeled after those in the metamorpho and pre-liquidation repos and edited this PR's description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks ! 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Bundler methods used during a bundle execution have the
protected
modifier. This modifier ensures that:The
Protected.spec
file checks that all bundler functions, except noted exceptions, respect the requirements of theprotected
modifier when an initiator has been set.