corda / corda-solutions

Corda Solutions
28 stars 40 forks source link

Implemented LedgerSyncAndRecoveryFlow #104

Closed AndreaBorzi closed 5 years ago

AndreaBorzi commented 5 years ago

The goal of this PR is to provide Node Operators with a Flow which can be invoked from the CRaSH, which will execute the implemented flows for evaluating ledger inconsistencies with counterparties, gather ledger findings and recover missing transactions. This flow also provides an empty constructor which can be invoked when you want to run all three flows against every Party you can find in your local NetworkMapSnapshot. (excluding yourself and the Notary node)

AndreaBorzi commented 5 years ago

Implemented both tests as required.