We need to setup three different bad actors in our test environment to see how the network behaves.
We need to have 1 miner that is always producing 1 block back on purpose.
We also need a miner that is syncing from genesis but producing when syncing
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)
Add drop broadcast actor - (this is in @Djadih 's branch)
We need to setup three different bad actors in our test environment to see how the network behaves.