IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
36 stars 23 forks source link

Byron: test voting by rogue node #703

Open edsko opened 4 years ago

edsko commented 4 years ago

The current tests for the voting procedure are "ideal case" (#1514). We should ideally test what happens if one of the core nodes gets compromised and tries to thwart voting attempts.

Marking this as low priority however since this has a very low probability (rogue nodes will become more important when we start lowering the decentralization parameter in Shelley).

dnadales commented 11 months ago

Could this be an issue when a node syncs from scratch and receives blocks from such a rouge node? If not, we might be able to close this one.