• C
    Centralized serialization code to BatchBuilder and BatchReader classes · 61a20674
    ChaosguardX 提交于
    Nonces are now generated for each TOMMessage in a Batch with a single seed that is sent along with the batch instead of a fixed number of nonces per Batch.
    Decided notification in Consensus.java now is done via a sync monitor instead of busy waiting on the decided value to be set. Because of the Java MemoryModel the former mechanism was problematic and could theoretically lead to the DeliveryThread never learning the new value - which is very unlikely though.
    61a20674
ExecutionManager.java 19.6 KB