im learning PBFT From this paper osdi99 Pbft which is the original paper that proposes the protocol
after the primary sends a pre-prepare message the replicas would create a prepare message that includes a digital signature
so im wondering if this digest is that of a replica or that that was included in the pre-preare Message(the primary digital signature of the client request)?
i am also confused what would happen if for example a non-faulty node would get disconnected from the network for a while ,what would he do if gets back online ?