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

AA-340: Update the RIP-7560 with the EIP-7702 transaction type fields #7

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

forshtat
Copy link

No description provided.

@@ -217,10 +225,20 @@ struct TransactionType4 {
bytes paymasterData;
bytes callData;
bytes signature;
address[] authorizationList;
bool[] authorizationListStatus;

Choose a reason for hiding this comment

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

maybe better to provide authorizedList and failedAuthorizationList (which is expected to be empty)

@forshtat forshtat changed the title Update the RIP-7560 with the EIP-7702 transaction type fields AA-340: Update the RIP-7560 with the EIP-7702 transaction type fields May 29, 2024
@@ -61,7 +61,7 @@ smart contracts. This, however, is impossible without an addition of Native Acco
| Name | Value |
|-----------------------|---------------------------------------------------------------------------------|
| FORK_BLOCK | TBD |
| AA_TX_TYPE | 4 |
| AA_TX_TYPE | 126 |
Copy link

@sm-stack sm-stack Jun 10, 2024

Choose a reason for hiding this comment

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

I'm afraid that 126 is a deposit tx type at Optimism. Relative docs at optimism specs here.

@forshtat forshtat marked this pull request as draft September 10, 2024 15:32
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.

3 participants