Files
go-ethereum/core
Marius van der Wijden 97aacd9b35 core: fix pre-check for account balance under EIP-1559 (#23244)
When processing a transaction with London fork rules, EIP-1559 mandates
checking that the sender must have sufficient balance to cover gas * gasFeeCap.

In the EIP's pseudocode, this check happens after the value transferred by the
transaction has already been deducted. However, in go-ethereum, the balance
has not yet been updated when the check happens, and therefore needs to be
added explicitly.

Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-07-22 15:39:40 +02:00
..
2021-07-08 07:53:28 +02:00
2014-12-04 10:28:02 +01:00
2021-05-21 09:59:26 +02:00
2017-05-25 17:14:33 +03:00
2021-05-17 15:13:22 +02:00
2018-12-14 11:15:31 +01:00