Closed akramhussein closed 2 years ago
I took a look at the failing tests and it looks like the CircleCI job is using Parity/OpenEthereum. During the London Fork, Parity/OpenEthereum was deprecated and does not support London/EIP1559.
Tests are also wrong on the eth_fee_history
RPC call. Fixing now.
Tests are also wrong on the
eth_fee_history
RPC call. Fixing now.
Done
@akramhussein thank you for your contribution.
your changes were released in 0.10.0.
I skipped your tests for now. we need to improve our ci
I remember @rupurt was working on this in https://github.com/mana-ethereum/ethereumex/pull/106. so how it's going? 😄
Thanks!
This PR adds support for
eth_maxPriorityFeePerGas
andeth_feeHistory
which were added during the London fork for EIP1559 support.Reference