Skip to content
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

proposal: batch sign for spend permissions #77

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amiecorso
Copy link
Contributor

No description provided.

Comment on lines +20 to +22
address[] tokens;
/// @dev Maximum allowed value to spend within a recurring period per token.
uint160[] allowances;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Separate arrays have less syntax which is nice, but also places a responsibility of enforcing length equivalence checks. Separate arrays also feel a bit less intuitive for offchain preparation imo which I would index more on. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants