corda/core
Andrius Dagys 41648d5a15
CORDA-1645: Checkpoint before calling an idempotent sub-flow. (#3399)
* CORDA-1645: Checkpoint before calling an idempotent sub-flow.

When an idempotent sub-flow causes a flow restart, the flow will be
replayed from the last checkpoint before the sub-flow invocation.
However, the logic between the last checkpoint and the sub-flow invocation
may contain side-effects which shouldn't be replayed. Thus we need to persist
a checkpoint just before an idempotent sub-flow is invoked.
2018-06-19 16:42:55 +01:00
..
src CORDA-1645: Checkpoint before calling an idempotent sub-flow. (#3399) 2018-06-19 16:42:55 +01:00
build.gradle ENT-1463, ENT-1903: Create core-deterministic and serialization-deterministic artifacts. (#3262) 2018-06-11 20:34:59 +01:00