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

runtime: Enable EIP-1559 support #425

Closed
matevz opened this issue Oct 3, 2024 · 3 comments
Closed

runtime: Enable EIP-1559 support #425

matevz opened this issue Oct 3, 2024 · 3 comments
Labels
rust Pull requests that update Rust code

Comments

@matevz
Copy link
Member

matevz commented Oct 3, 2024

A user asked for EIP-1559 support on discord. It should be supported by the underlying rust-ethereum/evm rust-ethereum/evm#289. Maybe just need to enabled it in the config?

Related #306

@matevz matevz added the rust Pull requests that update Rust code label Oct 3, 2024
@kostko
Copy link
Member

kostko commented Oct 3, 2024

This is already enabled in the runtime, we also have tests (there was a bug that was fixed a while back). I think the remaining stuff needs to happen in the Web3 gateway, if anything. cc @ptrus @CedarMist

@matevz
Copy link
Member Author

matevz commented Oct 3, 2024

Found it oasisprotocol/oasis-web3-gateway#502

@matevz
Copy link
Member Author

matevz commented Oct 3, 2024

Let's track this at the oasis-web3-gateway repository instead.

@matevz matevz closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

2 participants