Files
plugeth/core
rjl493456442 b946b7a13b core, miner: drop transactions from the same sender when error occurs (#27038)
This PR unifies the error handling in miner. 

Whenever an error occur while applying a transaction, the transaction should be regarded as invalid and all following transactions from the same sender not executable because of the nonce restriction. The only exception is the `nonceTooLow` error which is handled separately.
2023-04-05 07:09:25 -04:00
..
2014-12-04 10:28:02 +01:00
2017-05-25 17:14:33 +03:00
2022-09-10 13:25:40 +02:00
2022-09-07 20:21:59 +02:00
2023-03-30 06:53:32 -04:00