• 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
state_transition.go 14.7 KB