daml/release
Samir Talwar a9a0b70b85
ledger-configuration: Extract the configuration from participant-state. [KVL-1002] (#10279)
* ledger-configuration: Extract configuration from participant-state.

The configuration is often used without the state, and doesn't need to
be versioned in the same way.

CHANGELOG_BEGIN
- [Integration Kit] The ledger configuration classes, ``Configuration``,
  ``LedgerInitialConditions``, and ``TimeModel``, have been moved from
  *participant-state* to a separate package named
  *ledger-configuration*, in the Java package
  ``com.daml.ledger.configuration``. You will need to update your
  dependencies and imports.
CHANGELOG_END

* participant-state: Remove the `LedgerId` aliases.

* ledger-configuration: Rename `TimeModel` to `LedgerTimeModel`.

This avoids confusion with the protobuf-generated `TimeModel` classes.

CHANGELOG_BEGIN
- [Integration Kit] ``TimeModel`` has been renamed to
  ``LedgerTimeModel``. If you are using the ledger configuration classes
  directly, you may need to update your code.
CHANGELOG_END

* ledger-configuration: Remove colons in LedgerInitialConditions' docs.

* kvutils: Restore a missing compat import.

* participant-integration-api: Add ledger-configuration to Oracle tests.

* sandbox-common: Fix `--max-ledger-time-skew` docs.

Co-authored-by: Miklos <57664299+miklos-da@users.noreply.github.com>

Co-authored-by: Miklos <57664299+miklos-da@users.noreply.github.com>
2021-07-15 13:03:19 +00:00
..
src Publish nameof library (#9798) 2021-05-26 09:58:02 +00:00
windows-installer Fix compat job (#9099) 2021-03-11 15:13:49 +00:00
artifacts.yaml ledger-configuration: Extract the configuration from participant-state. [KVL-1002] (#10279) 2021-07-15 13:03:19 +00:00
BUILD.bazel Release EE SDK tarballs and installer (#9086) 2021-03-11 14:49:48 +01:00
install.bat update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
install.sh update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
RELEASE.md clean up local VSCode after release (#10065) 2021-06-21 19:11:35 +02:00
rotation rotate release duty after 1.15.0-snapshot.20210713.7343.0.1f35db17 (#10268) 2021-07-15 08:46:05 +02:00
sdk-config.yaml.tmpl daml-ledger: new list-packages command (#9325) 2021-04-07 13:23:56 +02:00
util.bzl Add daml export script command to Daml assistant (#9414) 2021-04-16 10:53:49 +00:00