Skip to content

Request transaction-pool support special handling of EIP-7702 tx #15079

@Pana

Description

@Pana

Describe the feature

Since the EIP-7702 has introduced a new type of tx which have a auth list.
The list will contain multiple nonces from multiple accounts. This means that the transaction pool needs to handle such transactions specially:

  1. When calculating nonce continuity or gaps, these transactions should be considered.
  2. During transaction replacement.
  3. After block execution, remove the executed transactions from the transaction pool.

Additional context

No response

Metadata

Metadata

Assignees

Labels

A-tx-poolRelated to the transaction mempoolC-enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions