mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 12:26:02 +00:00
b7a7745e24
* 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