go-ethereum/consensus/XDPoS/engines/engine_v2
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
..
engine.go fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00
snapshot.go add test and fix issue on happy path (#46) 2022-01-25 10:51:17 +03:00
snapshot_test.go Xin 127 initial v2 function and snapshot (#42) 2022-01-20 18:27:51 +08:00
utils.go implement verify functions (#43) 2022-01-21 21:10:44 +11:00