Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-1559 support for web3.eth.sendTransaction #4220

Merged
merged 27 commits into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c437549
Add txType and pricing helper methods. Refactor logic for sendTransac…
spacesailor24 Aug 3, 2021
adf7705
Add esModuleInterop: true
spacesailor24 Aug 3, 2021
a24e07c
Add EIP-1559 test
spacesailor24 Aug 3, 2021
496017c
Update CHANGELOG
spacesailor24 Aug 3, 2021
b5dadf9
Add check for ganache network
spacesailor24 Aug 3, 2021
0299df8
add @ethereumjs/common dependency
spacesailor24 Aug 3, 2021
1ad553e
Correct if statement conditions
spacesailor24 Aug 4, 2021
8b8224d
Update tests
spacesailor24 Aug 4, 2021
a9e1556
Debugging ganache tests
spacesailor24 Aug 4, 2021
136d690
Debugging ganache tests - toHex gasPrice
spacesailor24 Aug 4, 2021
460b0af
Revert debugs
spacesailor24 Aug 4, 2021
2f7418a
Debugging e2e_ganache - txPricing all to hex
spacesailor24 Aug 4, 2021
1b0db3b
Debugging e2e_ganache - revert and console.log
spacesailor24 Aug 4, 2021
8ad5052
Remove debugging console.log
spacesailor24 Aug 4, 2021
5f44175
Debugging - console.log
spacesailor24 Aug 4, 2021
6635a18
Debugging - move console logs
spacesailor24 Aug 4, 2021
e77f37a
Debug - delete type if 0x0
spacesailor24 Aug 4, 2021
7e1d338
Debug - move deletion of type
spacesailor24 Aug 4, 2021
ee2d0b8
Remove debugs
spacesailor24 Aug 5, 2021
2d2ee63
Debug - add check for method !== eth_sendRawTransaction
spacesailor24 Aug 5, 2021
2c88d26
Debug- sanity check
spacesailor24 Aug 5, 2021
8ca0b72
Debug - minimal code changes
spacesailor24 Aug 5, 2021
431aa81
Debug - forgot to comment old code
spacesailor24 Aug 5, 2021
146b096
Debug - old code
spacesailor24 Aug 5, 2021
fbfbbca
Debug - minimal code refactor
spacesailor24 Aug 5, 2021
3ef9420
Debug - new code refactored
spacesailor24 Aug 5, 2021
b4a52d6
Didn't uncomment curly brace
spacesailor24 Aug 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,4 @@ Released with 1.0.0-beta.37 code base.

- `maxPriorityFeePerGas` and `maxFeePerGas` now included in `_txInputFormatter` (#4217)
- If `maxPriorityFeePerGas` of `maxFeePerGas` present `_txInputFormatter` deletes `tx.gasPrice` (fixes #4211) (#4217)
- Support for EIP-1559 to `web3.eth.sendTransaction` (#4220)
Loading