Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

txpool: don't validate block transactions if the pool is empty #12973

Merged

Commits on Dec 19, 2022

  1. txpool: don't validate block transactions if the pool is empty

    Fix shall prevent from wasting the CPU during the major sync. Block
    transaction don't need to be re-validated when the txpool is empty.
    
    Fixes: #12903
    michalkucharczyk committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ed357df View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    8aeac10 View commit details
    Browse the repository at this point in the history