pbft-duplicate-messages-silently-dropped

Status: IN

`PBFTNode.receive_message` returns an empty list for duplicate or invalid messages (out-of-range sender IDs, already-seen tuples) rather than raising exceptions, consistent with Byzantine protocol design where you can't trust the sender.

Source: entries/2026/05/29/byzantine-fault-tolerance-test_pbft.md

JSON