1. 17 Apr, 2023 4 commits
  2. 08 Apr, 2023 1 commit
  3. 05 Apr, 2023 2 commits
    • 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
    • Marius van der Wijden's avatar
      core/txpool: disallow future churn by remote txs (#26907) · 230df98e
      Marius van der Wijden authored
      Prior to this change, it was possible that transactions are erroneously deemed as 'future' although they are in fact 'pending', causing them to be dropped due to 'future' not being allowed to replace 'pending'. 
      
      This change fixes that, by doing a more in-depth inspection of the queue. 
      230df98e
  4. 04 Apr, 2023 8 commits
  5. 03 Apr, 2023 8 commits
  6. 31 Mar, 2023 2 commits
  7. 30 Mar, 2023 7 commits
  8. 28 Mar, 2023 6 commits
  9. 27 Mar, 2023 2 commits