daml/triggers
Stefano Baghino 4af48bbccc
Split channel configuration from LedgerClientConfiguration (#12433)
* Split channel configuration from LedgerClientConfiguration

Fixes #12391

The channel configuration now has to be provided separately from the
configuration specific to the ledger client. In this way we avoid
situations where the builder is provided with some configuration
that gets overridden.

changelog_begin
[Scala bindings] The channel configuration has been split from the
LedgerClientConfiguration class. Provide the gRPC channel specific
configuration separately or use a builder. The channel configuration
no longer overrides the builder.
changelog_end

* Fix compilation issues in //ledger-service/...
2022-01-18 10:03:33 +00:00
..
daml Expose trigger actAs party via getActAs (#12296) 2022-01-06 21:35:28 +01:00
runner Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
service Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00
tests Split channel configuration from LedgerClientConfiguration (#12433) 2022-01-18 10:03:33 +00:00