• Martin Holst Swende's avatar
    core/txpool: move some validation to outside of mutex (#27006) · beda6c41
    Martin Holst Swende authored
    Currently, most of transaction validation while holding the txpool mutex: one exception being an early-on signature check. 
    
    This PR changes that, so that we do all non-stateful checks before we entering the mutex area. This means they can be performed in parallel, and to enable that, certain fields have been made atomic bools and uint64.
    beda6c41
Name
Last commit
Last update
..
journal.go Loading commit data...
list.go Loading commit data...
list_test.go Loading commit data...
noncer.go Loading commit data...
txpool.go Loading commit data...
txpool2_test.go Loading commit data...
txpool_test.go Loading commit data...