corda/node
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
..
capsule ENT-1633 increase node max heap size to 512m (#2851) 2018-03-26 13:41:37 +01:00
src CORDA-1645: Checkpoint before calling an idempotent sub-flow. (#3399) 2018-06-19 16:42:55 +01:00
build.gradle CORDA-1238: Moved the blob inspector out of experimental and wired it to JackonSupport (#3224) 2018-05-24 18:26:55 +01:00