mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-10 03:03:44 +00:00
* Workaround for 0 gas price estimation The transaction spammer from Kurtosis estimates the gas price of its transactions using 'eth_gasPrice'. Our implementation returns 0 when no transactions have been executed yet, not taking into account the EIP-1559 block base fee. Force a hardcoded minimum for now to unstuck. * Adjust tests to cover new minimum gas fee * Skip gas price test