-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EIP-1559 support for web3.eth.sendTransaction (#4220)
* Add txType and pricing helper methods. Refactor logic for sendTransaction * Add esModuleInterop: true * Add EIP-1559 test * Update CHANGELOG * Add check for ganache network * add @ethereumjs/common dependency * Correct if statement conditions * Update tests * Debugging ganache tests * Debugging ganache tests - toHex gasPrice * Revert debugs * Debugging e2e_ganache - txPricing all to hex * Debugging e2e_ganache - revert and console.log * Remove debugging console.log * Debugging - console.log * Debugging - move console logs * Debug - delete type if 0x0 * Debug - move deletion of type * Remove debugs * Debug - add check for method !== eth_sendRawTransaction * Debug- sanity check * Debug - minimal code changes * Debug - forgot to comment old code * Debug - old code * Debug - minimal code refactor * Debug - new code refactored * Didn't uncomment curly brace
- Loading branch information
1 parent
d0d82b4
commit c474f8f
Showing
10 changed files
with
5,820 additions
and
61 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
Oops, something went wrong.