go-ethereum/consensus/tests
Jerome 23cbf68307
fix vote and block insertion race condition (#51)
* fix vote and block insertion race condition

* fix race condition in the vote handler using multiple go routine

* check go routine race condition during ci cd

* remove race check as there are eth code that is failing

* remove unused signature list variable
2022-02-03 23:27:50 +11:00
..
adaptor_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
authorised_masternode_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
block_signer_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
blockchain_race_condition_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
countdown_test.go fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00
mine_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
proposed_block_test.go Xin 138 (#49) 2022-01-30 13:00:24 +11:00
sync_info_test.go Commit grand grand parent block(continous rounds) if enough votes or by proposedBlockHandler 2022-01-01 16:20:33 +11:00
test_helper.go fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00
timeout_test.go adjust lock (#39) 2022-01-16 13:31:23 +03:00
vote_test.go fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00