mirror of
https://github.com/corda/corda.git
synced 2025-04-17 07:49:16 +00:00
Added command-line option: `--pause-all-flows` to the Node to control this. This mode causes all checkpoints to be set to status PAUSED when the state machine starts up (in StartMode.Safe mode). Changed the state machine so that PAUSED checkpoints are loaded into memory (the checkpoint is deserialised but the flow state is left serialised) but not started. Messages from peers are queued whilst the flow is paused and processed once the flow is resumed.
Common libraries
This directory contains modules representing libraries that are reusable in different areas of Corda.
Rules of the folder
- No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
- No active components, as in, nothing that has a main function in it.
- Think carefully before using non-internal packages in these libraries.