-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `_type` and aliases * move EIP-2930 aliases for senderS, senderR, yParity so they can be available for all transactions
- Loading branch information
Showing
3 changed files
with
52 additions
and
33 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
I think it would have been a bit more consistent to apply this super() call format of
super({ ...txData, type: 1 }, opts)
also for the legacy tx withtype: 0
instead of setting this here but at the end some minor internal which eventually can be refactored on accasion.Otherwise this looks good, thanks! 😄