go-ethereum/core/blockstm
Pratik Patil f7bd7ca66b Txn prioritizer implemented using mutex map (#487)
* basic txn prioritizer implemented using mutex map

* Re-execute parallel tasks when there is a read in coinbase or burn address

* Re-execute parallel tasks when there is a read in coinbase or burn address

* using *sync.RWMutex{} in mutexMap

Co-authored-by: Jerry <jerrycgh@gmail.com>
2022-09-28 16:12:20 -07:00
..
executor.go Txn prioritizer implemented using mutex map (#487) 2022-09-28 16:12:20 -07:00
mvhashmap.go Parallel state processor 2022-09-28 16:12:20 -07:00
status.go Parallel state processor 2022-09-28 16:12:20 -07:00
txio.go Parallel state processor 2022-09-28 16:12:20 -07:00