You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An array of block base fees per gas. This includes the next block after the newest of the returned range, because this value can be derived from the newest block. Zeroes are returned for pre-EIP-1559 blocks.
baseFeePerGas must return one more values in array.
Code that produced the error
For full unit test implementation, need to add "eth_fee_history" implementation to web3 eth-tester middleware.
Why that providers and middlewares isn't here?
Full error output
No response
Fill this section in if you know how this could or should be fixed
What happened?
The fee_history implementation return
Accordingly:
https://ethereum.github.io/execution-apis/api-documentation/
baseFeePerGas must return one more values in array.
Code that produced the error
For full unit test implementation, need to add "eth_fee_history" implementation to web3 eth-tester middleware.
Why that providers and middlewares isn't here?
Full error output
No response
Fill this section in if you know how this could or should be fixed
The logic here must be improved
eth-tester/eth_tester/backends/pyevm/main.py
Line 608 in 3c76d34
eth-tester Version
0.10.0b1
Python Version
3.10
Operating System
win
Output from
pip freeze
No response
The text was updated successfully, but these errors were encountered: