mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
907a893ca1
* BFT notary prototype: add a non-validating service. Each replica now validates the transaction timestamp and returns an individual signature to the BFT client. The client then returns a list of signatures back to the notary service flow. The validating variant is still incomplete - it requires the ability to suspend flows on arbitrary function calls.