• rjl493456442's avatar
    core, miner: drop transactions from the same sender when error occurs (#27038) · b946b7a1
    rjl493456442 authored
    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.
    b946b7a1
Name
Last commit
Last update
..
stress Loading commit data...
miner.go Loading commit data...
miner_test.go Loading commit data...
payload_building.go Loading commit data...
payload_building_test.go Loading commit data...
unconfirmed.go Loading commit data...
unconfirmed_test.go Loading commit data...
worker.go Loading commit data...
worker_test.go Loading commit data...