jangko 460432f154
fixes EIP1559 tx gasCost validation
pre EIP1559 max(gasCost) is tx.gasLimit * tx.gasPrice
the new EIP1559 max(gasCost) before the transaction can be executed is
tx.gasLimit * tx.maxFeePerGas
2021-09-29 10:55:32 +07:00
..
2021-09-29 10:55:32 +07:00
2021-08-18 10:35:36 +07:00
2021-08-24 18:30:52 +07:00
2021-09-22 11:58:06 +07:00
2021-09-22 11:58:06 +07:00
2019-11-13 21:49:39 +07:00
2021-08-24 18:30:52 +07:00
2020-01-20 18:36:58 +02:00
2021-06-29 07:34:45 +07:00
2019-11-13 21:49:39 +07:00