go-ethereum/consensus
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
..
clique new EVM Upgrade 2021-09-21 16:53:46 +05:30
ethash new EVM Upgrade 2021-09-21 16:53:46 +05:30
misc new EVM Upgrade 2021-09-21 16:53:46 +05:30
tests fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00
XDPoS fix vote and block insertion race condition (#51) 2022-02-03 23:27:50 +11:00
consensus.go add a simple test to verify DB is the same across different engine versions 2021-10-16 13:22:48 +11:00
errors.go v2 miner function implementation and happy path (#22) 2021-12-30 11:45:18 +11:00