diff --git a/sdk/bazel-java-deps.bzl b/sdk/bazel-java-deps.bzl index 438e34564ad1..8624199e3909 100644 --- a/sdk/bazel-java-deps.bzl +++ b/sdk/bazel-java-deps.bzl @@ -45,7 +45,7 @@ protobuf_version = "3.25.5" pekko_version = "1.2.1" pekko_http_version = "1.1.0" tapir_version = "1.8.5" -transcode_version = "3.5.0-snapshot.20260116.17794.0.vef594bb3" +transcode_version = "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" upickle_version = "4.1.0" ujson_version = "4.0.2" @@ -90,6 +90,23 @@ def install_java_deps(): # exclude conflicting Scala 3 dependencies, we use fastparse_2.13 instead exclusions = ["com.lihaoyi:fastparse_3"], ), + "com.daml:daml-lf-stable-packages_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-api-type-signature_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-archive-encoder_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-archive_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-data_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-encoder_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-engine_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-ide-ledger_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-interpreter_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-language_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-parser_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-repl_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-stable-packages_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-transaction_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-validation_{}:{}".format(scala_major_version, transcode_version), + "com.daml:contextualized-logging_{}:{}".format(scala_major_version, transcode_version), + "com.daml:daml-lf-snapshot-proto_{}:{}".format(scala_major_version, transcode_version), "com.fasterxml.jackson.core:jackson-core:2.14.3", "com.fasterxml.jackson.core:jackson-databind:2.14.3", "com.github.ben-manes.caffeine:caffeine:3.1.2", diff --git a/sdk/canton/community/daml-lf/encoder/BUILD.bazel b/sdk/canton/community/daml-lf/encoder/BUILD.bazel index 7aae36890602..a524f6beadd0 100644 --- a/sdk/canton/community/daml-lf/encoder/BUILD.bazel +++ b/sdk/canton/community/daml-lf/encoder/BUILD.bazel @@ -58,8 +58,8 @@ da_scala_binary( "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", "//canton/community/daml-lf/parser", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/validation", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", ], ) diff --git a/sdk/canton/community/daml-lf/engine/BUILD.bazel b/sdk/canton/community/daml-lf/engine/BUILD.bazel index 4d3c8d28a3bb..3e3d67fd7c12 100644 --- a/sdk/canton/community/daml-lf/engine/BUILD.bazel +++ b/sdk/canton/community/daml-lf/engine/BUILD.bazel @@ -43,9 +43,9 @@ da_scala_library( "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", "//canton/community/daml-lf/snapshot-proto:snapshot_proto_java", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/validation", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", ], ) @@ -137,9 +137,9 @@ da_scala_library( "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", "//canton/community/daml-lf/parser", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/transaction:transaction-test-lib", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", "@maven//:org_scalatest_scalatest_compatible", ], diff --git a/sdk/canton/community/daml-lf/interpreter/BUILD.bazel b/sdk/canton/community/daml-lf/interpreter/BUILD.bazel index 86eaaebe79b6..e5c03e803179 100644 --- a/sdk/canton/community/daml-lf/interpreter/BUILD.bazel +++ b/sdk/canton/community/daml-lf/interpreter/BUILD.bazel @@ -42,9 +42,9 @@ da_scala_library( "//canton:scala-utils", "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/validation", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", "@maven//:org_apache_commons_commons_text", "@maven//:org_slf4j_slf4j_api", @@ -65,9 +65,9 @@ da_scala_library( "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", "//canton/community/daml-lf/parser", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/validation", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", "@maven//:org_bouncycastle_bcprov_jdk15on", ], @@ -114,9 +114,9 @@ da_scala_test_suite( "//canton/community/daml-lf/data:crypto-data-test", "//canton/community/daml-lf/language", "//canton/community/daml-lf/parser", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/transaction:transaction-test-lib", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", "@maven//:org_bouncycastle_bcprov_jdk15on", "@maven//:org_scalatest_scalatest_compatible", diff --git a/sdk/canton/community/daml-lf/parser/BUILD.bazel b/sdk/canton/community/daml-lf/parser/BUILD.bazel index c2b7ec6c99f3..51411f0dec87 100644 --- a/sdk/canton/community/daml-lf/parser/BUILD.bazel +++ b/sdk/canton/community/daml-lf/parser/BUILD.bazel @@ -26,7 +26,7 @@ da_scala_library( "//canton:scala-utils", "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", + "@maven//:com_daml_daml_lf_stable_packages_2_13", ], ) diff --git a/sdk/canton/community/daml-lf/validation/BUILD.bazel b/sdk/canton/community/daml-lf/validation/BUILD.bazel index 7982b4541207..78d64e042ee3 100644 --- a/sdk/canton/community/daml-lf/validation/BUILD.bazel +++ b/sdk/canton/community/daml-lf/validation/BUILD.bazel @@ -37,7 +37,7 @@ da_scala_library( "//canton:scala-utils", "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", + "@maven//:com_daml_daml_lf_stable_packages_2_13", ], ) @@ -75,7 +75,7 @@ da_scala_test_suite( "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", "//canton/community/daml-lf/parser", - "//canton/community/daml-lf/stable-packages", + "@maven//:com_daml_daml_lf_stable_packages_2_13", ], ) @@ -98,10 +98,10 @@ da_scala_benchmark_jmh( "//canton/community/daml-lf/ide-ledger", "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//canton/community/daml-lf/validation", "//test-common:dar-files-default-lib", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_protobuf_protobuf_java", ], ) diff --git a/sdk/daml-script/converter/BUILD.bazel b/sdk/daml-script/converter/BUILD.bazel index 1bc9aa08d5a6..e539fac52c82 100644 --- a/sdk/daml-script/converter/BUILD.bazel +++ b/sdk/daml-script/converter/BUILD.bazel @@ -21,7 +21,7 @@ da_scala_library( "//canton/community/daml-lf/engine:script-engine", "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", + "@maven//:com_daml_daml_lf_stable_packages_2_13", ], ) diff --git a/sdk/daml-script/runner/BUILD.bazel b/sdk/daml-script/runner/BUILD.bazel index 56fc760ce21d..479361426072 100644 --- a/sdk/daml-script/runner/BUILD.bazel +++ b/sdk/daml-script/runner/BUILD.bazel @@ -81,11 +81,11 @@ da_scala_library( "//canton/community/daml-lf/ide-ledger", "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//daml-script/auth-utils", "//daml-script/converter", "//ledger-service/lf-value-json", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_google_guava_guava", "@maven//:io_grpc_grpc_netty_shaded", ], diff --git a/sdk/daml-script/test/BUILD.bazel b/sdk/daml-script/test/BUILD.bazel index 14384ea73c14..80d5c762f743 100644 --- a/sdk/daml-script/test/BUILD.bazel +++ b/sdk/daml-script/test/BUILD.bazel @@ -265,13 +265,13 @@ da_scala_library( "//canton/community/daml-lf/engine:script-engine", "//canton/community/daml-lf/interpreter", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction", "//daml-script/converter", "//daml-script/runner:script-runner-lib", "//test-common/canton/it-lib", "@maven//:ch_qos_logback_logback_classic", "@maven//:ch_qos_logback_logback_core", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:io_grpc_grpc_api", "@maven//:org_scalatest_scalatest_compatible", ], diff --git a/sdk/language-support/java/codegen/BUILD.bazel b/sdk/language-support/java/codegen/BUILD.bazel index 25a5dfbec0fb..952c2a844262 100644 --- a/sdk/language-support/java/codegen/BUILD.bazel +++ b/sdk/language-support/java/codegen/BUILD.bazel @@ -107,8 +107,8 @@ da_scala_test( "//canton/community/daml-lf/archive:daml_lf_archive_reader", "//canton/community/daml-lf/data", "//canton/community/daml-lf/language", - "//canton/community/daml-lf/stable-packages", "//canton/community/daml-lf/transaction:transaction-test-lib", + "@maven//:com_daml_daml_lf_stable_packages_2_13", "@maven//:com_squareup_javapoet", "@maven//:org_scalatest_scalatest_compatible", "@maven//:org_slf4j_slf4j_api", diff --git a/sdk/maven_install_2.13.json b/sdk/maven_install_2.13.json index 4a741cff8833..4a41c4133bd2 100644 --- a/sdk/maven_install_2.13.json +++ b/sdk/maven_install_2.13.json @@ -1,7 +1,7 @@ { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 684789503, - "__RESOLVED_ARTIFACTS_HASH": -180315079, + "__INPUT_ARTIFACTS_HASH": -1260920581, + "__RESOLVED_ARTIFACTS_HASH": 951338616, "artifacts": { "aopalliance:aopalliance": { "shasums": { @@ -87,89 +87,201 @@ }, "version": "2.3.7" }, + "com.daml:contextualized-logging_2.13": { + "shasums": { + "jar": "852195685fa5b75875123b6aac71cd4cb122417b05d15c790f137a913ca53850", + "sources": "045e5e58ac2a8a50dbe0d2575fe72aa1933801feb89905b8aef81da4f9d67df8" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, "com.daml:crypto_2.13": { "shasums": { - "jar": "2071691aff3b92a5bf6824c0dffc66633d10a3686bb0722b536220a9d2c5c553", - "sources": "03aa58b494c28e9bb7c9d2a14e986d00d12bb4759abc630b775c9ea4a537c887" + "jar": "aacadc85659a4fd75a50911670773f4c7856218181faa9e668f394b0420160a4", + "sources": "35a5e432022bef6936328352c6441f6dac259f00399b0bd3855d3cff06ac093b" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-api-type-signature_2.13": { + "shasums": { + "jar": "738651dbe311d4b7589dd2aa456cae123d84eed80fd3127671fb738d1053a382", + "sources": "dcfeea866d6294e4711fc0051585081d41d45f38b5b63780ff43aeb80c45f6d0" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-archive-encoder_2.13": { + "shasums": { + "jar": "80b8d28105ae431142e453f7fe4e82ec3eb5db8cbc1591c4402feb686d9c731f", + "sources": "113bb190d75a905d9b7a9b6150c8a50abdc694447986949a87f484dc9abaf880" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-archive_2.13": { + "shasums": { + "jar": "f214ffd6df8bc44671b7e2eb72e0d74e2b904997fb85a98fe59acba34bcaccac", + "sources": "4bb305399ccc32a4f797c61ed5eedd7d5d423cbcb77ad86f2995bea9d9da77ce" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:daml-lf-data_2.13": { "shasums": { - "jar": "9fda4f23e86b5d55de53aa611a424d43b91b68bccd8c3981e421b4f67c4aa22b", - "sources": "27deb7e352f16d0d49f5beee82a4958b693cd0bb01fa089cce61a73ba7ba63cb" + "jar": "ed67c003d7a122cf03cb42e62b5e0ccc70f339ce099be1730d7d45924f37382e", + "sources": "16bf528d88800ad3bc500d135ea4b650cf999e51844b6857af5c2c7fd984ecc7" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-encoder_2.13": { + "shasums": { + "jar": "bc93375133b18b69d1de18e509b694d88a91a6cc20ff40124beed79ce56647ac", + "sources": "340075993b66e3f219fd0d783cefc109abb9ba8fe754dca2926e6eb64fce759b" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-engine_2.13": { + "shasums": { + "jar": "471ef287635aa2a472feb4ffc450fd1d9058d2b93d4ec19ec92a2ef17abaf747", + "sources": "33d6885edb844f863d2399366feddc2a6f11bafe2c14751cd1a998c47a12ce06" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-ide-ledger_2.13": { + "shasums": { + "jar": "419bd70495de95e682cd6e2ba3c92048c46666ff5768f38d08efdfd4b6b69143", + "sources": "3a56a0bb7775954bd476f06a40ba9925f05fc23df0ae343ecfafe8e9fe700e71" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-interpreter_2.13": { + "shasums": { + "jar": "aeaddc64865ea5f38e6ef574df2186be179f1ad7ca5b52ef4e502f1052f75278", + "sources": "071131636606378715f538618d7bff5020373adf006d784891d2196377c33ad3" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:daml-lf-language_2.13": { "shasums": { - "jar": "4da3f8273d70eb6c3bf2046da061ed110b3a46a9f3e7a61cd48ab2ece7e006aa", - "sources": "9525772712e13dc31562fcc133669aaa1c66a242627e0c385d74df75e6b3c383" + "jar": "e1f1c8c1a6bd9e4f591d0236c2ecd7df656c514eb062e1a6ed3379b9f61540aa", + "sources": "eecf8a3673c7cf0c56e7d18f057bd1405274623c82715277ebee433ca0cb0dee" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-parser_2.13": { + "shasums": { + "jar": "8844b45fc260fff73e52b6615ec0e4298f8572fa77106b065b92c76adb732ee6", + "sources": "f0f92944f690b03bf94cfa75b94028c4cadb7261b21eddd2e270b7ef2d2864af" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-repl_2.13": { + "shasums": { + "jar": "b0e42cc07844b64ef988890d410016a18373c423f22af5aa11ab5252b4f165f3", + "sources": "e1d6c923fb701735636aeb265c9c523f9f6fa8ee3146c612dff3bd3cedd57067" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-snapshot-proto_2.13": { + "shasums": { + "jar": "f6b02ca074d3baf5deb7c8abe46b08b48cb22cb0d0c204b296c0d993e50570a6", + "sources": "095ebbbb866df3d8890c7d96856e1ad63f4090ea6e96dc6d17e0754c8b598c00" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-stable-packages_2.13": { + "shasums": { + "jar": "3a585bb9461f240ff9f276e446161d9e62bf6cdf2989d76827642bde08a1458d", + "sources": "f3184406c0e6741acbea8b3b7aea38dee1fe78c57245bd0e4f2f4672c1670f08" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-transaction_2.13": { + "shasums": { + "jar": "8207aee5ced737c1fbbb9769e656248c5bbb57143afc89b498a51220441e68cf", + "sources": "51f9880bcea3c839fce258c2abf76ffc51942f918346581eadc88559c5453342" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:daml-lf-validation_2.13": { + "shasums": { + "jar": "cd94a616973601dbfdfe3775879d7a29d800001aa0723f1b499ca5579751f0cb", + "sources": "303c2f90a8ac52241cde4bbf01bdc043b1dd5194737ccf111a948083972493f9" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:ledger-api-value_2.13": { "shasums": { - "jar": "5a85dd851ae64ddc1ab320707081e3122a3ee2fb7c347ef49428fe495cf27930", - "sources": "b6ae17da69fca2c3c28749b1d35359b167bb4802c589818f0d5574b66249ada9" + "jar": "4af3b35ad8586028104d4e51eeb7ec585486fbe70955dd02f4cb9aa45bb977e0", + "sources": "b6289e865737b54b428263aa63f95478340af8cf9a9bd831d838845629585fb9" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:logging-entries_2.13": { "shasums": { - "jar": "f7699e34fbe8f389b317646aa16b8847dcb75b29ddc013f2aaf029071507cb22", - "sources": "a6f74f9121a20ae417b4c974a8d82d558e509a1441af243934c304c606222286" + "jar": "2002107e4af25085b1e07b34269da77733159ed37d369f4c6836e3738110f71f", + "sources": "40a0dd0ed1a0b320c36b8b88a6480e244c4e119ca3d8013096f6d23aa832ba25" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:nameof_2.13": { "shasums": { - "jar": "3916871374529f7be577c4826332351d283fabefae7126ecf43befd6e32c063f", - "sources": "3612a55ca605bf98ab9dc7ae73b7455e73a570c58e65e631e5e76000223adff6" + "jar": "2a2092be0b5ea00f6638b26ac3ea0e494ddd4dcfe632776ebfb179c5d4edfd4b", + "sources": "b479e7f703056271580266e3f1c43e83e5ff84af0adcb230355e8c9021d8bb9f" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:nonempty_2.13": { + "shasums": { + "jar": "f5e913b8825784d74be15d9375def9b8ea8119b64e9264d88264cef2ba80d472", + "sources": "5a77aea102af62c23c88836ad901d7cf32d5186bc7f9c4d3a181f6c1498e0477" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" + }, + "com.daml:safe-proto_2.13": { + "shasums": { + "jar": "d4a50aba950332bfb3becde0a23f53b9d8adb9429c78b64a1bbb4514f4a29c78", + "sources": "509753bb0582ddb559c4c7846a3f5bcdd534727acaf2a8584dfcd0a36a0ffea4" + }, + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:scala-utils_2.13": { "shasums": { - "jar": "7fcc3f65b18164df2094f5a809de4e721c388093232535340c6559e8085441fc", - "sources": "959cbd07a94d4be8ccd88e0539c6a5da06e180e551169c8e0718d0e83c9e562d" + "jar": "eb7e09122191a053f50f4d6c5ec26763e4e0ecf48efdd8e50028c9404d7aa760", + "sources": "b53073ade6181201897befd07a4062cb194634a6addd8df86abcc3b5d31fcf7e" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:transcode-codec-json_3": { "shasums": { - "jar": "515e2d5d7e850849a6807d256c587a4935321038261d99110e706ea7555d9faa", - "sources": "892c8ce6e43891619f8cbc7078bcc56d846570653f41cc8877ed58ac06d03224" + "jar": "c72a3a29b191b9f9435258afbb20ddab610896ac180065fca481982392a00b96", + "sources": "f05d0c9c91cdfc72c47c137ff3f71d058461dd44b6c6f467ee2f13069364df9c" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:transcode-codec-proto-scala_3": { "shasums": { - "jar": "101c13220f6d63c42c336efb35c5607c3add1851b79a043030c554d705af98ac", - "sources": "2501b0f79d3ac63a68e9b18dd041adadb74954f65e7c7e03343db0b109c41d0e" + "jar": "a0a97286c86c90bd17a0a65d1843806c71b6ff57b217964e93955f287c7603a0", + "sources": "252340f489a7e2654fa2ffbacd33cf29789aba818d6db03c5a54358fb0771711" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:transcode-daml-lf_3": { "shasums": { - "jar": "8d9ab86f087d10093fb1de709ebd14139255be910c6a3c25c1cda78e4b74e31e", - "sources": "920f2cf875c1e12f1ba00cb84a86ea148366e046fb4e2e49b32092284fe09b56" + "jar": "3ce808a7def1b324e60a1cd58e95f36eb88c141b7a25fd2b2c6c4bbbb23094fd", + "sources": "73a01c2cbcf74c8d9db20e2a85ce4994e983ab454046815871f0260968a3eee9" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.daml:transcode-schema_3": { "shasums": { - "jar": "cf229bf350e466eb23403f1e273ec91745a4d78fb74503ebec161426bfad42d3", - "sources": "ebaffc82d65ecc8b2773a9e18f2ca7632c4381a827c9415d6839c61c86451c58" + "jar": "d0bd5e3b752f35112fc1dd6503c69cfc5ba4c45176a40dc16d5a3d914c7d7832", + "sources": "d2cd3156a36176187fc1fc57e7eb8a75d94ffbf29fcd02ed90a213320d1980ff" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.digitalasset.canton:google-common-protos-scala_2.13": { "shasums": { - "jar": "405070751dd280dfc568f312d012441c274742585ced5d15d4c8bb00708fc604", - "sources": "706efff7e3e1bd2480d4f0fc61563db8f4b1fd10eed75ba04ada059ecb8dfcee" + "jar": "303c88104eca22c02aef93f02f75520e8b4c09fde66fb29a16181eb03e7c4ceb", + "sources": "d48e6e79f31733cebea58f64067a9e5aa326490b067044eb203f553da6cb3398" }, - "version": "3.5.0-snapshot.20260116.17794.0.vef594bb3" + "version": "3.5.0-ad-hoc.20260123.17854.0.v590ddd17" }, "com.fasterxml.jackson.core:jackson-annotations": { "shasums": { @@ -2910,12 +3022,50 @@ "com.chuusai:shapeless_2.13": [ "org.scala-lang:scala-library" ], + "com.daml:contextualized-logging_2.13": [ + "com.daml:logging-entries_2.13", + "com.fasterxml.jackson.core:jackson-core", + "net.logstash.logback:logstash-logback-encoder", + "org.apache.pekko:pekko-actor_2.13", + "org.apache.pekko:pekko-stream_2.13", + "org.scala-lang:scala-library", + "org.slf4j:slf4j-api" + ], "com.daml:crypto_2.13": [ "com.daml:scala-utils_2.13", "org.bouncycastle:bcprov-jdk15on", "org.scala-lang:scala-library", "org.slf4j:slf4j-api" ], + "com.daml:daml-lf-api-type-signature_2.13": [ + "com.chuusai:shapeless_2.13", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:nonempty_2.13", + "com.google.protobuf:protobuf-java", + "com.typesafe.scala-logging:scala-logging_2.13", + "org.scala-lang:scala-library", + "org.scalacheck:scalacheck_2.13", + "org.scalaz:scalaz-core_2.13", + "org.scalaz:scalaz-scalacheck-binding_2.13" + ], + "com.daml:daml-lf-archive-encoder_2.13": [ + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library", + "org.scalaz:scalaz-core_2.13" + ], + "com.daml:daml-lf-archive_2.13": [ + "com.daml:crypto_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:safe-proto_2.13", + "com.daml:scala-utils_2.13", + "com.google.api.grpc:proto-google-common-protos", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], "com.daml:daml-lf-data_2.13": [ "com.daml:crypto_2.13", "com.daml:logging-entries_2.13", @@ -2925,12 +3075,128 @@ "com.google.protobuf:protobuf-java", "org.scala-lang:scala-library" ], + "com.daml:daml-lf-encoder_2.13": [ + "com.daml:crypto_2.13", + "com.daml:daml-lf-archive-encoder_2.13", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-parser_2.13", + "com.daml:daml-lf-validation_2.13", + "com.daml:safe-proto_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library", + "org.scalaz:scalaz-core_2.13" + ], + "com.daml:daml-lf-engine_2.13": [ + "com.daml:contextualized-logging_2.13", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-interpreter_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-snapshot-proto_2.13", + "com.daml:daml-lf-stable-packages_2.13", + "com.daml:daml-lf-transaction_2.13", + "com.daml:daml-lf-validation_2.13", + "com.daml:nameof_2.13", + "com.daml:scala-utils_2.13", + "com.google.protobuf:protobuf-java", + "org.apache.commons:commons-text", + "org.scala-lang:scala-library", + "org.scalaz:scalaz-core_2.13", + "org.typelevel:cats-core_2.13", + "org.typelevel:paiges-core_2.13" + ], + "com.daml:daml-lf-ide-ledger_2.13": [ + "com.daml:contextualized-logging_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-engine_2.13", + "com.daml:daml-lf-interpreter_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-transaction_2.13", + "com.daml:scala-utils_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], + "com.daml:daml-lf-interpreter_2.13": [ + "com.daml:contextualized-logging_2.13", + "com.daml:crypto_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-stable-packages_2.13", + "com.daml:daml-lf-transaction_2.13", + "com.daml:daml-lf-validation_2.13", + "com.daml:nameof_2.13", + "com.daml:scala-utils_2.13", + "com.google.protobuf:protobuf-java", + "io.spray:spray-json_2.13", + "org.apache.commons:commons-text", + "org.scala-lang:scala-library", + "org.scalaz:scalaz-core_2.13", + "org.typelevel:paiges-core_2.13" + ], "com.daml:daml-lf-language_2.13": [ "com.daml:daml-lf-data_2.13", "com.daml:nameof_2.13", "com.google.protobuf:protobuf-java", "org.scala-lang:scala-library" ], + "com.daml:daml-lf-parser_2.13": [ + "com.chuusai:shapeless_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-stable-packages_2.13", + "com.daml:scala-utils_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang.modules:scala-parser-combinators_2.13", + "org.scala-lang:scala-library", + "org.scalacheck:scalacheck_2.13", + "org.scalaz:scalaz-core_2.13", + "org.scalaz:scalaz-scalacheck-binding_2.13" + ], + "com.daml:daml-lf-repl_2.13": [ + "com.daml:contextualized-logging_2.13", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-interpreter_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-parser_2.13", + "com.daml:daml-lf-transaction_2.13", + "com.daml:daml-lf-validation_2.13", + "org.jline:jline", + "org.scala-lang:scala-library" + ], + "com.daml:daml-lf-snapshot-proto_2.13": [ + "com.google.api.grpc:proto-google-common-protos", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], + "com.daml:daml-lf-stable-packages_2.13": [ + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], + "com.daml:daml-lf-transaction_2.13": [ + "com.daml:crypto_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:safe-proto_2.13", + "com.daml:scala-utils_2.13", + "com.google.api.grpc:proto-google-common-protos", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], + "com.daml:daml-lf-validation_2.13": [ + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-data_2.13", + "com.daml:daml-lf-language_2.13", + "com.daml:daml-lf-parser_2.13", + "com.daml:daml-lf-stable-packages_2.13", + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], "com.daml:ledger-api-value_2.13": [ "com.digitalasset.canton:google-common-protos-scala_2.13", "com.google.protobuf:protobuf-java", @@ -2945,6 +3211,15 @@ "org.scala-lang:scala-library", "org.scala-lang:scala-reflect" ], + "com.daml:nonempty_2.13": [ + "com.daml:scala-utils_2.13", + "org.scala-lang:scala-library", + "org.scalaz:scalaz-core_2.13" + ], + "com.daml:safe-proto_2.13": [ + "com.google.protobuf:protobuf-java", + "org.scala-lang:scala-library" + ], "com.daml:scala-utils_2.13": [ "org.scala-lang:scala-library", "org.scalaz:scalaz-core_2.13" @@ -4537,20 +4812,79 @@ "shapeless.syntax.std", "shapeless.test" ], + "com.daml:contextualized-logging_2.13": [ + "com.daml.logging" + ], "com.daml:crypto_2.13": [ "com.daml.crypto" ], + "com.daml:daml-lf-api-type-signature_2.13": [ + "com.digitalasset.daml.lf.typesig", + "com.digitalasset.daml.lf.typesig.reader" + ], + "com.daml:daml-lf-archive-encoder_2.13": [ + "com.digitalasset.daml.lf.archive" + ], + "com.daml:daml-lf-archive_2.13": [ + "com.digitalasset.daml.lf", + "com.digitalasset.daml.lf.archive" + ], "com.daml:daml-lf-data_2.13": [ "com.digitalasset.daml.lf", "com.digitalasset.daml.lf.data", "com.digitalasset.daml.lf.data.logging", "com.digitalasset.daml.lf.data.support.crypto" ], + "com.daml:daml-lf-encoder_2.13": [ + "com.digitalasset.daml.lf.archive.testing" + ], + "com.daml:daml-lf-engine_2.13": [ + "com.digitalasset.daml.lf.engine", + "com.digitalasset.daml.lf.engine.preprocessing" + ], + "com.daml:daml-lf-ide-ledger_2.13": [ + "com.digitalasset.daml.lf.script" + ], + "com.daml:daml-lf-interpreter_2.13": [ + "com.digitalasset.daml.lf", + "com.digitalasset.daml.lf.crypto", + "com.digitalasset.daml.lf.ledger", + "com.digitalasset.daml.lf.script", + "com.digitalasset.daml.lf.speedy", + "com.digitalasset.daml.lf.speedy.compiler", + "com.digitalasset.daml.lf.speedy.iterable", + "com.digitalasset.daml.lf.speedy.metrics", + "com.digitalasset.daml.lf.speedy.svalue" + ], "com.daml:daml-lf-language_2.13": [ "com.digitalasset.daml.lf.language", "com.digitalasset.daml.lf.language.iterable", "com.digitalasset.daml.lf.language.util" ], + "com.daml:daml-lf-parser_2.13": [ + "com.digitalasset.daml.lf.testing.parser" + ], + "com.daml:daml-lf-repl_2.13": [ + "com.digitalasset.daml.lf.speedy.testing" + ], + "com.daml:daml-lf-snapshot-proto_2.13": [ + "com.digitalasset.daml.lf.testing.snapshot" + ], + "com.daml:daml-lf-stable-packages_2.13": [ + "com.digitalasset.daml.lf.stablepackages" + ], + "com.daml:daml-lf-transaction_2.13": [ + "com.digitalasset.daml.lf.command", + "com.digitalasset.daml.lf.crypto", + "com.digitalasset.daml.lf.data", + "com.digitalasset.daml.lf.interpretation", + "com.digitalasset.daml.lf.ledger", + "com.digitalasset.daml.lf.transaction", + "com.digitalasset.daml.lf.value" + ], + "com.daml:daml-lf-validation_2.13": [ + "com.digitalasset.daml.lf.validation" + ], "com.daml:ledger-api-value_2.13": [ "com.daml.ledger.api", "com.daml.ledger.api.v2", @@ -4562,6 +4896,13 @@ "com.daml:nameof_2.13": [ "com.daml.nameof" ], + "com.daml:nonempty_2.13": [ + "com.daml.nonempty", + "com.daml.scalautil.nonempty" + ], + "com.daml:safe-proto_2.13": [ + "com.daml" + ], "com.daml:scala-utils_2.13": [ "com.daml.scalautil", "com.daml.scalautil.future" @@ -8875,18 +9216,50 @@ "com.beust:jcommander:jar:sources", "com.chuusai:shapeless_2.13", "com.chuusai:shapeless_2.13:jar:sources", + "com.daml:contextualized-logging_2.13", + "com.daml:contextualized-logging_2.13:jar:sources", "com.daml:crypto_2.13", "com.daml:crypto_2.13:jar:sources", + "com.daml:daml-lf-api-type-signature_2.13", + "com.daml:daml-lf-api-type-signature_2.13:jar:sources", + "com.daml:daml-lf-archive-encoder_2.13", + "com.daml:daml-lf-archive-encoder_2.13:jar:sources", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-archive_2.13:jar:sources", "com.daml:daml-lf-data_2.13", "com.daml:daml-lf-data_2.13:jar:sources", + "com.daml:daml-lf-encoder_2.13", + "com.daml:daml-lf-encoder_2.13:jar:sources", + "com.daml:daml-lf-engine_2.13", + "com.daml:daml-lf-engine_2.13:jar:sources", + "com.daml:daml-lf-ide-ledger_2.13", + "com.daml:daml-lf-ide-ledger_2.13:jar:sources", + "com.daml:daml-lf-interpreter_2.13", + "com.daml:daml-lf-interpreter_2.13:jar:sources", "com.daml:daml-lf-language_2.13", "com.daml:daml-lf-language_2.13:jar:sources", + "com.daml:daml-lf-parser_2.13", + "com.daml:daml-lf-parser_2.13:jar:sources", + "com.daml:daml-lf-repl_2.13", + "com.daml:daml-lf-repl_2.13:jar:sources", + "com.daml:daml-lf-snapshot-proto_2.13", + "com.daml:daml-lf-snapshot-proto_2.13:jar:sources", + "com.daml:daml-lf-stable-packages_2.13", + "com.daml:daml-lf-stable-packages_2.13:jar:sources", + "com.daml:daml-lf-transaction_2.13", + "com.daml:daml-lf-transaction_2.13:jar:sources", + "com.daml:daml-lf-validation_2.13", + "com.daml:daml-lf-validation_2.13:jar:sources", "com.daml:ledger-api-value_2.13", "com.daml:ledger-api-value_2.13:jar:sources", "com.daml:logging-entries_2.13", "com.daml:logging-entries_2.13:jar:sources", "com.daml:nameof_2.13", "com.daml:nameof_2.13:jar:sources", + "com.daml:nonempty_2.13", + "com.daml:nonempty_2.13:jar:sources", + "com.daml:safe-proto_2.13", + "com.daml:safe-proto_2.13:jar:sources", "com.daml:scala-utils_2.13", "com.daml:scala-utils_2.13:jar:sources", "com.daml:transcode-codec-json_3", @@ -9694,18 +10067,50 @@ "com.beust:jcommander:jar:sources", "com.chuusai:shapeless_2.13", "com.chuusai:shapeless_2.13:jar:sources", + "com.daml:contextualized-logging_2.13", + "com.daml:contextualized-logging_2.13:jar:sources", "com.daml:crypto_2.13", "com.daml:crypto_2.13:jar:sources", + "com.daml:daml-lf-api-type-signature_2.13", + "com.daml:daml-lf-api-type-signature_2.13:jar:sources", + "com.daml:daml-lf-archive-encoder_2.13", + "com.daml:daml-lf-archive-encoder_2.13:jar:sources", + "com.daml:daml-lf-archive_2.13", + "com.daml:daml-lf-archive_2.13:jar:sources", "com.daml:daml-lf-data_2.13", "com.daml:daml-lf-data_2.13:jar:sources", + "com.daml:daml-lf-encoder_2.13", + "com.daml:daml-lf-encoder_2.13:jar:sources", + "com.daml:daml-lf-engine_2.13", + "com.daml:daml-lf-engine_2.13:jar:sources", + "com.daml:daml-lf-ide-ledger_2.13", + "com.daml:daml-lf-ide-ledger_2.13:jar:sources", + "com.daml:daml-lf-interpreter_2.13", + "com.daml:daml-lf-interpreter_2.13:jar:sources", "com.daml:daml-lf-language_2.13", "com.daml:daml-lf-language_2.13:jar:sources", + "com.daml:daml-lf-parser_2.13", + "com.daml:daml-lf-parser_2.13:jar:sources", + "com.daml:daml-lf-repl_2.13", + "com.daml:daml-lf-repl_2.13:jar:sources", + "com.daml:daml-lf-snapshot-proto_2.13", + "com.daml:daml-lf-snapshot-proto_2.13:jar:sources", + "com.daml:daml-lf-stable-packages_2.13", + "com.daml:daml-lf-stable-packages_2.13:jar:sources", + "com.daml:daml-lf-transaction_2.13", + "com.daml:daml-lf-transaction_2.13:jar:sources", + "com.daml:daml-lf-validation_2.13", + "com.daml:daml-lf-validation_2.13:jar:sources", "com.daml:ledger-api-value_2.13", "com.daml:ledger-api-value_2.13:jar:sources", "com.daml:logging-entries_2.13", "com.daml:logging-entries_2.13:jar:sources", "com.daml:nameof_2.13", "com.daml:nameof_2.13:jar:sources", + "com.daml:nonempty_2.13", + "com.daml:nonempty_2.13:jar:sources", + "com.daml:safe-proto_2.13", + "com.daml:safe-proto_2.13:jar:sources", "com.daml:scala-utils_2.13", "com.daml:scala-utils_2.13:jar:sources", "com.daml:transcode-codec-json_3", diff --git a/sdk/release/artifacts.yaml b/sdk/release/artifacts.yaml index a99e5a497161..9c5e743140fa 100644 --- a/sdk/release/artifacts.yaml +++ b/sdk/release/artifacts.yaml @@ -53,8 +53,6 @@ type: jar-scala - target: //daml-script/converter:converter type: jar-scala -- target: //canton/community/daml-lf/stable-packages:stable-packages - type: jar-scala - target: //language-support/codegen-main:binary type: jar-jarjar - target: //canton:bindings-java