-
Notifications
You must be signed in to change notification settings - Fork 63
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
EIP1559 SUPPORT #38
EIP1559 SUPPORT #38
Conversation
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
=============================================
- Coverage 88.97% 70.60% -18.37%
- Complexity 65 163 +98
=============================================
Files 1 4 +3
Lines 136 330 +194
=============================================
+ Hits 121 233 +112
- Misses 15 97 +82
Continue to review full report at Codecov.
|
Hi, may i know when this version will be release in order to Support EIP1559 transaction? |
I traced web3.py and ethereumjs-tx source code and found that I missed these EIPs in current implementation:
I'm going to implement these EIPs before EIP1559. Guess I can finish in this week. |
I've test type1 and type2 tx on rinkeby testnet, here is the transaction: Type1: https://rinkeby.etherscan.io/tx/0xf47d05ded68391f95bc507d1e6808d8c41b730542791cea1fd76417689ef37a5 Type2: https://rinkeby.etherscan.io/tx/0x4c143d84c977dfc697482bacf980ec7807057866a9e11e9107b322a99356df9e Also write |
@sc0Vu Noted with thanks |
EIP1559 SUPPORT #33
Change log: