mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
7ac69ceb2e
* Rename canton-3x to canton * fix build * fix BuildInfo for canton 3 * add reference drivers as a runtime dep to community_domain * target 2.1 in interface-choices-valid * run damlc integration tests with LF2 * fix the repl tests * fix repl-functests * fix package manager test * disable V1 scala integration tests * port the scala canton fixture to canton3 * fix JsonApiIt, using sleeps :/ * fix test-daml-packages and test-daml-ledger under //daml-assistant/daml-helper * fix integration tests * fix QuickstartTest.hs * fix //daml-script/export/integration-tests/reproduces-transactions:test * fix //daml-script/runner:tests * fix Daml3ScriptDevIT * fix Daml2ScriptTestRunner * remove sleeps in functests now that a delay has been added to daml3-script's allocateParty * fix //language-support/java/codegen:ledger-tests * fix ScalaCodeGenIT * remove useless sleep * fix //language-support/ts/codegen/tests:build-and-lint-test * remove redundant sleep and fix daml script * fix //daml-assistant/daml-helper:test-tls * fix CommandClientIT * fix //daml-assistant/daml-helper:test-deployment * Remove duplicate contract key test: not supported by canton 3. run-all-tests: true * fix //language-support/hs/bindings:test run-all-tests: true * small cleanups run-all-tests: true * clean up and fix compat tests * fix build after rebase run-full-compat: true run-all-tests: true
17 lines
405 B
Python
17 lines
405 B
Python
# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# This file is autogenerated and should not be modified manually.
|
|
# Update versions/UpdateVersions.hs instead.
|
|
sdk_versions = [
|
|
"0.0.0",
|
|
]
|
|
platform_versions = [
|
|
"0.0.0",
|
|
]
|
|
stable_versions = [
|
|
"0.0.0",
|
|
]
|
|
latest_stable_version = "2.8.0"
|
|
version_sha256s = {
|
|
}
|