-
Notifications
You must be signed in to change notification settings - Fork 3
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
Token paymaster no uniswapper #12
Conversation
// Limit for unaccounted gas cost | ||
uint16 private constant UNACCOUNTED_GAS_LIMIT = 10_000; | ||
uint256 private constant UNACCOUNTED_GAS_LIMIT = 50_000; |
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.
are we gonna need this?
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.
No, we don't need it, but its good to have to limit how much unaccounted overhead the owner can charge the user. If we are assuming the leader is rational, we don't need it and it will save some gas on setting.
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.
ok archiving and merging for now
No description provided.