corda/node
Andrius Dagys efd203e5f3
ENT-1540: Make sure transactions with "expired" time windows get re-notarised correctly (#3004)
* ENT-1540: Make sure transactions with "expired" time windows get re-notarised correctly.

Currently the time window is checked before states are being passed to a uniqueness provider. If the time window is
invalid, the transaction will be rejected even if it has already been notarised, which violated idempotency.

For this reason the time window verification was moved alongside state conflict checks.

* Update API - this only affects custom notary interfaces
2018-04-27 15:02:09 +01:00
..
capsule ENT-1633 increase node max heap size to 512m (#2851) 2018-03-26 13:41:37 +01:00
src ENT-1540: Make sure transactions with "expired" time windows get re-notarised correctly (#3004) 2018-04-27 15:02:09 +01:00
build.gradle ENT-1540: Make sure transactions with "expired" time windows get re-notarised correctly (#3004) 2018-04-27 15:02:09 +01:00