tgmichel
tgmichel
### What does it do? We need to update the storage value for BaseFee::Elasticity to Permill::zero before or at the time we introduce the upstream changes in https://github.com/paritytech/frontier/pull/794 ### What...
### What does it do? Includes `EthTransaction: "LegacyTransaction"` to resolve ethereum transaction type in older runtimes, necessary after [this merge](https://github.com/polkadot-js/api/pull/5073/files). ### What important points reviewers should know? ### Is there...
### What does it do? This PR proposes adding support for calling the EVM through XCM using proxies. Introduces: - A new `ProxyType` `EthereumXcmProxy` - A new dispatchable function in...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...
### Description Currently, a set of hardcoded minimum priority fee constants are defined: ``` low - 1GWEI mid - 1.5GWEI high - 2GWEI ``` If the fee oracle returns values...
Currently only the built-in Infura networks - and not EVM compatible networks where the [official Etherscan API is available](https://etherscan.io/eaas) - support displaying incoming transactions. This PR proposes introducing additional support...
### What does it do? Add para-test to verify proper support for ethereum block tags. Includes a - currently skipped - test for tags introduced in the _Merge_ that we...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...
Currently calling `deposit_into_existing` for a zeroed `AccountData` will result in `Error`, even when the `ExistentialDeposit` is configured to be 0. This happens when setting `type AccountStore = System;` in the...
### What does it do? ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are there relevant...