corda/core
Tom Stark 58ecce1713
ENT-9875: New network parameters (#7398)
* ENT-9875: Added new network parameters

- Added `transactionRecoveryPeriod`
- Added `confidentialIdentityPreGenerationPeriod`

These new parameters are currently set to be nullable meaning they can be ignored and the duration if not specified will be null rather than, e.g., 0. This currently allows for nothing changing/breaking in the node-api

_Note: if these params can stay as nullable then the deprecated constructor might not even be needed (since the existing one will still work), needs to be discussed._
2023-07-14 12:02:21 +01:00
..
src ENT-9875: New network parameters (#7398) 2023-07-14 12:02:21 +01:00
build.gradle ENT-6893: Added interface for clients to grab openetelemetry handle. (#7264) 2022-11-24 13:34:08 +00:00