mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
35b50992f0
Also fixes #5635, removing usage of `ReadService` from the `StandaloneApiServer`. The configuration stream of the Ledger API LedgerConfigurationService is now properly backed by the configuration entries instead of just serving the initial configuration. CHANGELOG_BEGIN [DAML Integration Kit]: ``StandaloneApiServer`` can now be run in a read-only mode. - The type of the constructor parameter ``writeService`` of ``StandaloneApiServer`` changed to ``Option[WriteService]``. Passing ``None`` will not start any of the admin services, the command service, and the command submission service. - The constructor parameter ``readService`` of ``StandaloneApiServer`` has been removed. - A new constructor parameter ``ledgerId`` has been added to ``StandaloneApiServer``. It is used to verify that that ``StandaloneApiServer`` is run against an index storage for the same ledgerId. Initialization is aborted if this is not the case. [DAML Integration Kit]: The ``LedgerConfigurationService`` now properly streams configuration changes. CHANGELOG_END |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
hash-migrations.sh |