daml/ledger/participant-state-index
Robert Autenrieth 7e448d810c
Always use the latest ledger config (#5669)
CHANGELOG_BEGIN
- [Sandbox] The ledger API server will now always use the most recent ledger configuration.
  Until a ledger configuration is read from the ledger, command submissions will fail with the UNAVAILABLE error.
CHANGELOG_END

In kvutils, the first ledger configuration change needs
to have a generation one higher than the one returned
by getLedgerInitialConditions().

Remove initial config writing from sandbox as it's now written by the ledger API server
2020-05-06 12:12:23 +02:00
..
src/main/scala/com/daml/ledger/participant/state/index/v2 Always use the latest ledger config (#5669) 2020-05-06 12:12:23 +02:00
BUILD.bazel Organize maven coordinates (#5272) 2020-04-01 11:41:18 +02:00