mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
5399f3ff44
Let's not break others' code until they've had a chance to migrate. This changes `LedgerIdRequirement` so that properties don't change types, and adds `@deprecated` where necessary. There is one behavior change: `ledgerId` used to return whatever string was passed in (typically `""`) if the requirement was not enabled. It now throws an exception. In the future, we will change the type of `ledgerId` to be `Option[String]`, and make `optionalLedgerId` an alias for that property. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |