-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement eth_feeHistory
and eth_maxPriorityFeePerGas
APIs
#2221
base: main
Are you sure you want to change the base?
Implement eth_feeHistory
and eth_maxPriorityFeePerGas
APIs
#2221
Conversation
|
Branch | 1512-implement-eth_feehistory-to-support-type-2-transactions |
Testbed | self-hosted |
Click to view all benchmark results
Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
---|---|---|---|
full-blocks-erc20-transfers/full-blocks-erc20-transfers | 📈 view plot 🚷 view threshold | 1,083.00 ms(+0.09%)Baseline: 1,081.98 ms | 1,425.18 ms (75.99%) |
full-blocks-evm-transfers/full-blocks-evm-transfers | 📈 view plot 🚷 view threshold | 446.55 ms(+10.11%)Baseline: 405.57 ms | 489.72 ms (91.18%) |
full-blocks-zil-transfers/full-blocks-zil-transfers | 📈 view plot 🚷 view threshold | 5,629.20 ms(+37.03%)Baseline: 4,107.88 ms | 5,757.35 ms (97.77%) |
process-empty/process-empty | 📈 view plot 🚷 view threshold | 10.38 ms(+3.99%)Baseline: 9.99 ms | 10.72 ms (96.87%) |
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
… fee history structure
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
eth_feeHistory
and eth_maxPriorityFeePerGas
APIs
…ment-eth_feehistory-to-support-type-2-transactions
…ment-eth_feehistory-to-support-type-2-transactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more comments, sorry. Also the tests are failing.
…ment-eth_feehistory-to-support-type-2-transactions
…date logic for EIP-1559 transactions
…ment-eth_feehistory-to-support-type-2-transactions
…tions' of https://github.com/Zilliqa/zq2 into 1512-implement-eth_feehistory-to-support-type-2-transactions
I discovered #2441 while examining the only breaking test. Therefore, I need to resolve it before merging this code. |
…ment-eth_feehistory-to-support-type-2-transactions
@JamesHinshelwood, I removed the breaking test from this PR to allow for its merging. It will be re-added in #2441. |
No description provided.