oasisprotocol / sapphire-paratime

Oasis Sapphire - the confidential EVM-compatible ParaTime for the Oasis Network
https://oasisprotocol.org/sapphire
Apache License 2.0
39 stars 27 forks source link

runtime: Enable EIP-1559 support #425

Closed matevz closed 1 month ago

matevz commented 1 month ago

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

Related https://github.com/oasisprotocol/sapphire-paratime/issues/306

kostko commented 1 month ago

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 commented 1 month ago

Found it https://github.com/oasisprotocol/oasis-web3-gateway/pull/502

matevz commented 1 month ago

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