Skip to content

feat: Add ERC20 approve transaction helper#343

Open
forceunwrap wants to merge 3 commits intomainfrom
erc20-approval
Open

feat: Add ERC20 approve transaction helper#343
forceunwrap wants to merge 3 commits intomainfrom
erc20-approval

Conversation

@forceunwrap
Copy link
Copy Markdown
Contributor

Add a generic ERC20 approve constructor in the contract transaction layer and expose a matching SafeSmartAccount transaction_erc20_approve API.

This lets native clients submit a standard token approve(spender, amount) call through the existing 4337 transaction pipeline. World Card onboarding needs this to grant Permit2 spending approval before submitting the separate Permit2 allowance for the funding contract.

Add a generic ERC20 approve constructor in the contract transaction layer and expose a matching SafeSmartAccount transaction_erc20_approve API.

This lets native clients submit a standard token approve(spender, amount) call through the existing 4337 transaction pipeline. World Card onboarding needs this to grant Permit2 spending approval before submitting the separate Permit2 allowance for the funding contract.
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6d9fa3d547

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread bedrock/src/transactions/mod.rs Outdated
Approvals routed through Erc20::approve() were tagged as
TransactionTypeId::Transfer in the 4337 nonce key. Introduce a
standalone Erc20Approve struct with its own Is4337Encodable impl
using TransactionTypeId::Erc20Approve (141) so downstream logic
that relies on nonce type IDs can distinguish approvals from
transfers.
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