-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support multiple transaction types in transaction conversion
Enhance transaction input and mined transaction conversion to support various Ethereum transaction types: - Add support for EIP-2930, EIP-1559, EIP-4844, and EIP-7702 transaction types - Improve transaction type handling in conversion logic - Update receipt envelope generation to match transaction types
- Loading branch information
1 parent
69d157e
commit 8c084b7
Showing
3 changed files
with
99 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters