-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* npm run build for 1.4.0-rc.0 * v1.4.0-rc.0 * Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth * Update scripts/e2e.geth.instamine.sh to use v1.10.3 of Geth * Fix typo * WIP * Fix type in error catch Co-authored-by: Gregory Markou <16929357+GregTheGreek@users.noreply.github.com> * Remove commented code * Update index for tx pricing info * Correct order of if statements to properly assign tx type * Update maxFeePerGas calculation * Init _handleTxType function * Update _handleTxPricing to use gasPrice for eip-1559 txs * Fix bugs in _handleTxPricing * Update tests for eip-1559 changes * Fix BN bug: .mul only accepts BN instances * eth.accounts.signTransaction: Add London tests * Add EIP-1559 test without AccessList * Add tx.common.hardfork check to _handleTxType * Bug fixes * Add additional undefined check in _handleTxType * Add additional check for tx.hardfork in _handleTxType * Add additional check for tx.hardfork in _handleTxType * Update CHANGELOG * Handling EIP1559 transactions in outputTransactionFormatter (#4167) * Handing a null gasPrice and supporting maxFeePerGas and maxPriorityFeePerGas * Updating gasPrice check * Revert geth docker version tag * Add additional EIP-2930 and EIP-1559 tests * EIP 1559 Debug #2 (#4171) * Add additional EIP-2930 and EIP-1559 tests * Update gasPrice to geth default minimum * Replace hex number with number string * Add test skip if using Ganache * Add done function to ganache skip * Add done function to ganache skip * Update gasPrice params * Bump gasPrice to Geth default * Bump docker geth version to stable * Gas price type number for 1 Gwei * gasPrice type and backfills timeout change * gasPrice type and test acct creation * added nonce for geth auto nonce issue, removed auto acct creation * Remove redundant London test. Add gasLimit field to London test * Add validation for tx.maxPriorityFeePerGas and tx.maxFeePerGas * Add additional 1559 tests Co-authored-by: jdevcs <junaid@chainsafe.com> Co-authored-by: jdevcs <junaid@chainsafe.io> * Update error message Co-authored-by: Gregory Markou <16929357+GregTheGreek@users.noreply.github.com> * Update error message Co-authored-by: Gregory Markou <16929357+GregTheGreek@users.noreply.github.com> * Update use of tx.type * Replace hardfork strings with enum * Type check refactors for _handleTxPricing * Resolve tx.gasPrice if set and tx.type < 0x2 in _handleTxPricing * Fix _handleTxType logic Co-authored-by: Gregory Markou <16929357+GregTheGreek@users.noreply.github.com> Co-authored-by: Cory Smith <cory.m.smith@gmail.com> Co-authored-by: jdevcs <junaid@chainsafe.com> Co-authored-by: jdevcs <junaid@chainsafe.io>
- Loading branch information
1 parent
9b7540d
commit 6ba267b
Showing
16 changed files
with
6,239 additions
and
9,346 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.