-
A follow-up issue from https://github.com/brave/brave-core/pull/11187.
Trezor currently doesn't support EIP1559 tx even when the network supports it, so we should check keyring support too as we do i…
-
From @onyb :
As a quick overview, we’ll need to have the following:
- fee oracle for legacy type-0 transactions
- fee oracle for eip-1559 type-2 transactions
- retry, speedup, cancel, speedup canc…
-
basically this is a reopening of #1404 - unfortunately I cannot reopen this issue
I am a bit surprised by this implementation: https://github.com/web3j/web3j/commit/37e9710a1e6671db4ea1f80f684fd8f2…
-
I have read some articles about EIP1559, there is an algorithm which burns ETH base fee for every block, I don't know how to issue new ones in Private Network. Is there any class or function in go eth…
-
- **OpenEthereum version (>=3.1.0)**: 3.3.0-rc.6
- **Operating system**: Linux
- **Installation**: built from source
- **Fully synchronized**: yes
- **Network**: ethereum
- **Restarted**: yes
…
-
## Expected Behavior
When using SendRequestAndWaitForReceiptAsync or any other method to generate a transaction, the transaction should be created on the target private node
## Current Behavior
A…
-
I note that since the patch which removed the fixed value at 1Gwei the price of GAS on xDai chain the values proposed are completely crazy.
When a tx is validated with a GAS of 1.000008 Gnosis porp…
-
1) We will need to implement EIP-1559 on the rollup. Do we need to modify it or tweak it? In particular how do deposits figure in the computation? This will also depend on block timings (see https://g…
-
To be done after #215
Includes
- transaction serialization, signing, etc.
- batch serialization, signing, etc.
- state transition function
This can then be used from cannon, L2Geth, and ro…
-
### Background
The current `ERCTokenRegistry` controller was designed only for Ethereum, and not a multi-chain wallet. In this issue, we try to spec an asset registry that works for all chains.
…