Files
plugeth/core
Martin Holst Swende beda6c41ad core/txpool: move some validation to outside of mutex (#27006)
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.
2023-04-03 07:16:57 -04:00
..
2023-03-27 09:40:20 -04:00
2014-12-04 10:28:02 +01:00
2023-03-30 06:53:32 -04:00
2017-05-25 17:14:33 +03:00
2022-09-10 13:25:40 +02:00
2022-09-07 20:21:59 +02:00
2023-03-30 06:53:32 -04:00