keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

EIP-1559 Ethereum transaction options #85

Closed pdyraga closed 3 years ago

pdyraga commented 3 years ago

Ethereum mining waiter has been already updated to support dynamic fee (EIP-1559) transactions but ethutil.TransactionOpts still exposed only GasPrice option. Setting this option resulted in marking the outgoing transaction as a legacy type transaction. Given that the client should use dynamic fee transactions, GasPrice option has been replaced with GasFeeCap and GasTipCap. This change is only for Ethereum. Celo still supports GasPrice as EIP-1559 affects only Ethereum.