mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
df78f9cb1e
* participant-integration-api: Encapsulate the initial configuration. * participant-integration-api: Reduce usage of `LedgerConfiguration`. * Inline `LedgerConfiguration` wherever it's used. Most things don't need all its constituent parts; this reduces the amount of unused properties. CHANGELOG_BEGIN - [Integration Kit] The ``LedgerConfiguration`` class has been removed in favor of ``InitialLedgerConfiguration``. Its usage has been changed accordingly, with the ``configurationLoadTimeout`` property becoming part of ``ApiServerConfig`` instead. The default options provided by ``LedgerConfiguration`` have been removed; you are now encouraged to come up with sensible values for your own ledger. The ``Configuration.reasonableInitialConfiguration`` value may help. CHANGELOG_END * Correct the initial configuration submission delay for KV ledgers. * kvutils: Mark supertype unused parameters as unused. * kvutils: Extract out common configuration submission delays. These values are specific to kvutils; other drivers should come up with their own. * configuration: Delete `NoGeneration`, as it's unused. |
||
---|---|---|
.. | ||
src/perf | ||
BUILD.bazel |