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

Add EIP1559 support for eth_maxPriorityFeePerGas and eth_feeHistory #127

Merged
merged 4 commits into from
May 10, 2022
Merged

Add EIP1559 support for eth_maxPriorityFeePerGas and eth_feeHistory #127

merged 4 commits into from
May 10, 2022

Conversation

akramhussein
Copy link
Contributor

This PR adds support for eth_maxPriorityFeePerGas and eth_feeHistory which were added during the London fork for EIP1559 support.

Reference

@akramhussein akramhussein changed the title Add support for eth_maxPriorityFeePerGas and eth_feeHistory Add EIP1559 support for eth_maxPriorityFeePerGas and eth_feeHistory May 9, 2022
@akramhussein
Copy link
Contributor Author

akramhussein commented May 9, 2022

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.

Reference

@akramhussein
Copy link
Contributor Author

Tests are also wrong on the eth_fee_history RPC call. Fixing now.

@akramhussein
Copy link
Contributor Author

Tests are also wrong on the eth_fee_history RPC call. Fixing now.

Done

@ayrat555 ayrat555 merged commit 6f4067f into mana-ethereum:master May 10, 2022
@ayrat555
Copy link
Member

@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 #106. so how it's going? 😄

@akramhussein
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants