There are several validity checks performed on each event received through gossip. If any of these validity checks fail, the event is discarded. The first task is to understand which validity and safety checks are provided by PBJ. The second task is to extract all other checks to a separate step which is performed after deserialization is complete.
There are several validity checks performed on each event received through gossip. If any of these validity checks fail, the event is discarded. The first task is to understand which validity and safety checks are provided by PBJ. The second task is to extract all other checks to a separate step which is performed after deserialization is complete.
This ticket is a prerequisite for https://github.com/hashgraph/hedera-services/issues/15205