Skip to content

Add ERC-7913 interface and utils#109

Merged
ernestognw merged 1 commit into
masterfrom
chore/erc-7913-utils
Apr 12, 2025
Merged

Add ERC-7913 interface and utils#109
ernestognw merged 1 commit into
masterfrom
chore/erc-7913-utils

Conversation

@ernestognw

@ernestognw ernestognw commented Apr 12, 2025

Copy link
Copy Markdown
Member

Required for #93 and #98

@ernestognw
ernestognw requested a review from a team as a code owner April 12, 2025 18:57
* - Otherwise: verification is done using {IERC7913SignatureVerifier}
*/
function isValidSignatureNow(
bytes calldata signer,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It's cool that signer is in calldata but I suspect most of the times it will end up in memory as arguments are used to construct the external call. Perhaps it makes sense to turn this into memory eventually. Not a blocker

@ernestognw

Copy link
Copy Markdown
Member Author

Merging since it's code originally from #93 that would be better to merge now so that we avoid conflicts with #98 as well

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant