Skip to content

Update ERC-3009: Replace EOA v,r,s signature with generic bytes signature #1013

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ilikesymmetry
Copy link

@ilikesymmetry ilikesymmetry commented Apr 16, 2025

ERC-3009's external functions support limited signature types by enforcing a v,r,s interface. To support a more generic interface, parity with ERC-1271 is a simple change that expands potential users to include smart contract accounts. Note that USDC, the leading example of ERC-3009, actually implements copies of transferWithAuthorization, receiveWithAuthorization, and cancelAuthorization with the proposed interface here for the exact same reason.

This PR's goal is to formalize this approach to simplify integration of smart contract accounts and more.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Apr 16, 2025

File ERCS/erc-3009.md

Requires 1 more reviewers from @DavidLKnott, @kbrizzle, @petejkim
Requires 1 more reviewers from @g11tech, @SamWilsn, @xinbenlv

@eip-review-bot eip-review-bot changed the title Replace EOA v,r,s signature with generic bytes signature Update ERC-3009: Replace EOA v,r,s signature with generic bytes signature Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants