-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tx: get rid of BaseTransaction (#3744)
* tx: remove basetx [WIP] [no ci] * tx: prep legacy tx to remove basetx [no ci] * tx: move basetx constructor to shared constructor fn * tx: move json stuff to shared * tx: add comment * tx: 2930 remove basetx * tx: rename AccessList2930Transaction -> AccessList2930Tx * tx: legacy use shared legacy isSigned * tx: mini cleanup * tx: 2930 remove validateArray * tx: fix comment * tx: 2930 move methods around * tx: 1559 remove basetx * tx: 1559 group data part * tx: 4844 remove basetx * tx: legacy/2930 clarify data part * tx: 7702 remove basetx and rename to EOACode7702Tx * tx: fix build/imports * vm: fix build * tx: use correct PrefixedHexString for toJSON * tx: fix tests * vm/tx: fix more tests * tx: tests comment out failing tsc line * tx: cleanup error msgs * throw when gasPrice passed to 1559 tx * Revert "throw when gasPrice passed to 1559 tx" This reverts commit 6a9b15e. --------- Co-authored-by: acolytec3 <[email protected]>
- Loading branch information
1 parent
287f960
commit 41f158b
Showing
20 changed files
with
984 additions
and
723 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from './constructors.js' | ||
export { AccessList2930Transaction } from './tx.js' | ||
export { AccessList2930Tx } from './tx.js' |
Oops, something went wrong.