dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.38k stars 466 forks source link

[Testing] - Enable 4 bad actors on test environment #1534

Closed mibuono closed 1 month ago

mibuono commented 7 months ago

We need to setup three different bad actors in our test environment to see how the network behaves.

  1. We need to have 1 miner that is always producing 1 block back on purpose.
  2. We also need a miner that is syncing from genesis but producing when syncing
  3. We need a third miner who picks randomly 1 our of the last 20 blocks that throws bad transactions (verify this exists, in the spike it was mentioned that this was already there)
  4. Add drop broadcast actor - (this is in @Djadih 's branch)
mibuono commented 6 months ago

Need this still - the one syncing from genesis and producing blocks. The other two exist