daml/ledger/sandbox
pbatko-da a885f52c4d
[DPP-417] [DPP-595] Add error code version switching mechanism (#11035)
Adding:
- a mechanism to switch between error code versions: `ErrorCodesVersionSwitcher`,
- the corresponding CLI flag `--use-error-codes-v2` for sandbox-classic, sandbox and ledger-on-X. 

---
As of this PR:
- `ErrorCodesVersionSwitcher` is never used in production code (apart from a no-op usage in `ApiTransactionService` to prove the point),
- `--use-error-codes-v2` flag is set to hidden (until new error have been adopted).  

These will be used in the subsequent stories from the same epic: https://digitalasset.atlassian.net/browse/DPP-417
2021-09-28 16:30:55 +02:00
..
src [DPP-417] [DPP-595] Add error code version switching mechanism (#11035) 2021-09-28 16:30:55 +02:00
BUILD.bazel ledger-api-test-tool - Add conformance test for parallel command deduplication using CommandSubmissionService [KVL-1099] (#10869) 2021-09-15 12:15:13 +00:00