go-ethereum/core/blockstm
Jerry f96c668baf
Disable reverted tx optimization in block-stm validation (#891)
A reverted transaction, X, can incorrectly write to a slot, which might be read by another transaction, Y. If we skip checking states written by X, then Y might end up with reading the wrong value and we won't be able to detect this error.
2023-06-06 21:36:36 -07:00
..
dag.go Block stm miner dependency (#561) 2022-12-23 09:14:09 +05:30
executor.go Remove dependency when a transaction is reverted 2023-05-11 09:09:33 -07:00
executor_test.go Run serial and parallel processor at the same time 2023-04-24 21:48:41 -07:00
mvhashmap.go Disable reverted tx optimization in block-stm validation (#891) 2023-06-06 21:36:36 -07:00
mvhashmap_test.go Added unit tests for MV HashMap (#492) 2022-10-07 09:14:18 +05:30
status.go Minor bug fix 2022-09-29 23:05:09 -07:00
status_test.go removed PSP comment 2023-05-10 10:33:43 +05:30
txio.go Remove dependency when a transaction is reverted 2023-05-11 09:09:33 -07:00