Commit Graph

176 Commits

Author SHA1 Message Date
azure-pipelines[bot]
c37a25e25b
update canton to 3.0.0-snapshot.100000000.20240215.12572.0.v575f829e (#18495)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-02-16 10:42:40 +00:00
Remy
190eefe266
rationalize transaction proto (#18490) 2024-02-16 08:49:00 +01:00
azure-pipelines[bot]
6f3d415672
update canton to 3.0.0-snapshot.100000000.20240214.12557.0.v052dc804 (#18485)
* update canton to 3.0.0-snapshot.100000000.20240214.12557.0.v052dc804

tell-slack: canton

* Fix Canton code drop

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
2024-02-15 20:56:23 +01:00
azure-pipelines[bot]
307b621e6a
update canton to 3.0.0-snapshot.20240213.12548.0.vbb64a1d2 (#18469)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marton Nagy <marton.nagy@digitalasset.com>
Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
2024-02-14 20:35:37 +00:00
tudor-da
e134fd920c
Make packageName non-optional (#18417)
* Make packageName non-optional

* Apply suggestions from code review

Co-authored-by: Remy <remy.haemmerle@daml.com>

* Addressed review comments and ready-to-merge

---------

Co-authored-by: Remy <remy.haemmerle@daml.com>
2024-02-14 20:52:34 +01:00
azure-pipelines[bot]
93604ebba7
update canton to 3.0.0-snapshot.20240209.12523.0.v2fa088f9 (#18444)
* update canton to 3.0.0-snapshot.20240209.12523.0.v2fa088f9
---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Andreas Triantafyllos <andreas.triantafyllos@digitalasset.com>
2024-02-12 11:13:02 +01:00
Remy
a6677fe9ff
Remove unused deps (#18442)
* Remove unused deps

* fix
2024-02-12 09:44:12 +01:00
azure-pipelines[bot]
acb4b785fe
update canton to 3.0.0-snapshot.20240208.12514.0.v683212b4 (#18433)
* update canton to 3.0.0-snapshot.20240208.12514.0.v683212b4

tell-slack: canton

* commit to cherry-pick on canton upgrade

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marcin Ziolek <marcin.ziolek@digitalasset.com>
2024-02-09 14:05:08 +00:00
azure-pipelines[bot]
02ffc1e2c4
update canton to 3.0.0-snapshot.20240207.12502.0.va204c7cf (#18420)
* update canton to 3.0.0-snapshot.20240207.12502.0.va204c7cf

tell-slack: canton

* Fix DamlLfVersionToProtocolVersions in canton.

Will be needed until https://github.com/DACH-NY/canton/pull/16992 goes through.

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-02-08 18:09:36 +01:00
azure-pipelines[bot]
4a9a89c4de
update canton to 3.0.0-snapshot.20240206.12490.0.vd8ee3dcc (#18407)
* update canton to 3.0.0-snapshot.20240206.12490.0.vd8ee3dcc

tell-slack: canton

* Handle removal of ErrorResource.SharedKey

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
2024-02-07 14:13:15 +01:00
Paul Brauner
49457336d8
introduce transaction version 3.1 (#18409) 2024-02-07 14:00:11 +01:00
Gary Verhaegen
9502a08022
remove misleading sha (#18397) 2024-02-06 14:46:07 +00:00
azure-pipelines[bot]
a6cb29edca
update canton to 3.0.0-snapshot.20240205.12475.0.v0a0a01e6 (#18391)
* update canton to 3.0.0-snapshot.20240205.12475.0.v0a0a01e6

tell-slack: canton

* fix broken ts test

run-all-tests: true

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marcin Ziolek <marcin.ziolek@digitalasset.com>
2024-02-06 14:27:41 +01:00
Remy
0b1ceafe6c
remove support of retroactie interface instance in api-type-signature (#18382) 2024-02-06 11:11:15 +01:00
dylant-da
5527dda0e6
Participant Upload-Time Check for Upgrades (#18102)
* initial progress

* lint

* Implement typechecks for fields of datatypes

* lint

* check keys, refactor datatype origin check

* Rewrite test to check canton output

* Emit upgradeability errors in package service, test in UpgradesIT

* Refactor packageManagementClient Upgrades test for multiple dars

* lint

* check using upgraded pair, refactor upgrades

run-all-tests: true

* Re-enable warnings, fix up comments

* track ValidUpgrade

* Start writing variants for upgrade errors

* Move upgrades typechecking into validation, improve naming

* omit unnecessary curly braces

* lint

* Make TypecheckUpgrades fields private

* Rename stripPackageIds to unifyPackageIds, small syntactic fixes

* Fix dataTypeOrigin to not rebuild the ChoiceNameMap each time

* Improve logging, inline some declarations in for comprehensions

* revert `cantonFixtureDebugMode = true` to false

* Structure error messages in Upgrading

* Fix expected error messages

* Fix expected message for upgrade notification

* Port new checks from https://github.com/digital-asset/daml/pull/18172

* Fix bug that makes package resolution fail

* Implement rest of error messages, and expect them - some refactoring

run-all-tests: true

* Replace curly braces with `with` keyword in tests

* lint

* Move UpgradesIT to validation tests

* Turn adding a template key into an upgrade error

* Fix deps for upgrades integration test

* lint

run-all-tests: true

* Remove temporary files after reading log info

* Make UpgradeError extend ValidationError, use Unhandled for other errs

* Port DamlcUpgrades over to scala-side UpgradesSpec

* lint

* remove inplace files

* fix metadata flatMap, add back deps for other daml-lf validations tests

* Clarify "this package" to "upgrading package"

* update TODO comment to point to relevant PR (#18377)

* lint

* update expected messages for Missing{Module,Template,Choice,Datatype}

* Use 3-part enum for cantonFixtureDebugMode (debug or remove/keep files)

* apply Remy's recommended linting changes, reorg code slightly

* lint

* More refactoring, fix package service for changed error fields

* Reset canton/community codedrop, remove canton participant upgrade test

---------

Co-authored-by: Carl Pulley <carl.pulley@digitalasset.com>
2024-02-05 18:54:56 +00:00
azure-pipelines[bot]
e9c60f47a0
update canton to 3.0.0-snapshot.20240202.12462.0.v0d2c0704 (#18384)
* update canton to 3.0.0-snapshot.20240202.12462.0.v0d2c0704

tell-slack: canton

* Fix PackageMetadata

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
2024-02-05 13:07:42 +00:00
Samuel Williams
0f22d1a0b0
Remove/Upgrade hs-bindings (#18362)
* Remove/Upgrade hs-bindings

* Format canton/BUILD

* Disable check that contracts get archived on hot-reload
2024-02-02 15:23:19 +00:00
Paul Brauner
f7dfff8b49
make metadata non-optional in packages (#18363) 2024-02-02 11:16:03 +00:00
azure-pipelines[bot]
e61366d9ee
update canton to 3.0.0-snapshot.20240201.12456.0.v7cfa7443 (#18373)
* update canton to 3.0.0-snapshot.20240201.12456.0.v7cfa7443

tell-slack: canton

* Fixing compile errors

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marton Nagy <marton.nagy@digitalasset.com>
2024-02-02 10:49:55 +01:00
Marton Nagy
6bcd4a8c10
[LF] Remove divulgence based disclosure (#18296)
Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
2024-02-01 14:42:12 +00:00
azure-pipelines[bot]
b315b87755
update canton to 3.0.0-snapshot.20240131.12447.0.v3dcd834e (#18357)
* update canton to 3.0.0-snapshot.20240131.12447.0.v3dcd834e

tell-slack: canton

* Fixing compile errors

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marton Nagy <marton.nagy@digitalasset.com>
2024-02-01 14:19:54 +01:00
azure-pipelines[bot]
2aeab6d090
update canton to 3.0.0-snapshot.20240130.12439.0.va3e69463 (#18340)
* update canton to 3.0.0-snapshot.20240130.12439.0.va3e69463

tell-slack: canton

* Bazel build rule changes after removing dropwizard

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marton Nagy <marton.nagy@digitalasset.com>
2024-01-31 14:49:45 +01:00
Andreas Triantafyllos
369fab5a08
Removed ExecutorServiceMetrics from InstrumentedExecutors. (#18336)
* InstrumentedExecutors without execution context metrics.

* canton related changes
2024-01-31 13:08:02 +01:00
Samuel Williams
ae098ce147
Reduce artifacts and dependencies on ledger-api-core (#18332)
* Reduce artifacts and dependencies on ledger-api-core

* Remove unnecessary bazel dep
2024-01-31 11:56:30 +00:00
azure-pipelines[bot]
9debf3dfec
update canton to 3.0.0-snapshot.20240129.12427.0.vf8044d7c (#18321)
* update canton to 3.0.0-snapshot.20240129.12427.0.vf8044d7c

tell-slack: canton

* Fixing compile errors due to refactoring

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Marton Nagy <marton.nagy@digitalasset.com>
2024-01-30 13:57:56 +01:00
mziolekda
90d90ea759
remove scala bindings and ledger-api-client (#18301)
* remove scala bindings from daml-script

* remove bindings-pekko

* clean test-common

* clean rx-java

* clean the rest

* remove ledger and scala-bindings

* format

* correcting from code-review
2024-01-29 17:28:14 +00:00
azure-pipelines[bot]
b3748d5b7c
update canton to 3.0.0-snapshot.20240126.12417.0.v2831b34a (#18302)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-29 08:42:10 +00:00
mziolekda
779e84987a
use canton ledger-client (#18025)
* PoC to demonstrate the use of canton ledger-client

run-all-tests: true

* make it compile on canton-3

* remove all remnants of ledger-api-* from daml-script

* make the whole projet build

* Convert daml2-script and daml3-script to ledger-api-v2 (partially)

* Transfer some tests over to v2

* Update next batch of tests to api-v2

* Add temporary maven artifacts.

* Add maven tags to canton

* Format canton build file, rename coordinates

* Finally release passes

* Fix daml script following LedgerClient changes

run-all-tests: true

* Format canton/BUILD

* Update after merge, get all canton targets building

* Format canton/BUILD

* Fix further build issues

* Update ledgerclient to avoid GetLedgerEnd

* Update comment

---------

Co-authored-by: Samuel Williams <samuel.williams@digitalasset.com>
2024-01-26 16:14:39 +01:00
Hubert Slojewski
8bc0e8a8d7
#15209 Remove agreementText from Java codegen and bindings (#18267) 2024-01-25 14:20:24 +01:00
Hubert Slojewski
5aa94412e2
#15209 Remove ContractInstanceWithAgreement (Canton breaking change) (#18264) 2024-01-25 13:31:46 +01:00
azure-pipelines[bot]
1ceaf5a581
update canton to 20240124.12386.0.v5b1223a9/3.0.0-snapshot.20240124.12386.0.v5b1223a9 (#18278)
* update canton to 20240124.12386.0.v5b1223a9/3.0.0-snapshot.20240124.12386.0.v5b1223a9

tell-slack: canton

* Adapt to cantons-side move of LedgerClient to ledger-common

https://github.com/DACH-NY/canton/pull/16628

* Formatting

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: oliverse-da <oliver.seeliger@digitalasset.com>
2024-01-25 12:56:35 +01:00
azure-pipelines[bot]
7ec33db439
update canton to 20240123.12376.0.vce2030db/3.0.0-snapshot.20240123.12376.0.vce2030db (#18256)
* update canton to 20240123.12376.0.vce2030db/3.0.0-snapshot.20240123.12376.0.vce2030db

tell-slack: canton

* Resolve import warnings

* Add ledger-api v2 experimental_features proto

to adapt to https://github.com/DACH-NY/canton/pull/16603/files#diff-3b3a96cb2f2ad9cfe33444f1327479d8d0ca48663fb7dd0a6a5e53c5d86afede

* Removing compatiblity_target_protobuf

as the corresponding compatibility change would move into the
canton repo as per https://github.com/DACH-NY/canton/issues/16637

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: oliverse-da <oliver.seeliger@digitalasset.com>
2024-01-24 14:26:56 +01:00
azure-pipelines[bot]
c62c9d4eea
update canton to 20240122.12366.0.v932e06e9/3.0.0-snapshot.20240122.12366.0.v932e06e9 (#18248)
* update canton to 20240122.12366.0.v932e06e9/3.0.0-snapshot.20240122.12366.0.v932e06e9

tell-slack: canton

* fix canton/BUILD.bazel

* fix the bootstrap scripts of the integration tests

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-01-23 17:43:22 +00:00
azure-pipelines[bot]
d88dbfcd6b
update canton to 20240119.12351.0.v919e4e65/3.0.0-snapshot.20240119.12351.0.v919e4e65 (#18228)
* update canton to 20240119.12351.0.v919e4e65/3.0.0-snapshot.20240119.12351.0.v919e4e65

tell-slack: canton

* Move package service from v0 to v30

To adapt to: https://github.com/DACH-NY/canton/pull/16527/files#diff-ab9f2213eb571819e86f0623cdd806c3603cfce1337f2a48e3453843cd97f7aa

* Remove -x suffix from participants/sequencers/mediators config

to adapt to https://github.com/DACH-NY/canton/pull/16486/files#diff-4072c28eb5ca7db19525b30a6f02f38284470f4d0deda2ade3ce6a686805f8f4

run-all-tests: true

* Take advantage of ledger-api party-notication fix in canton

https://github.com/DACH-NY/canton/issues/16073

run-all-tests: true

* Fix remote-domains -> remote-sequencers

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: oliverse-da <oliver.seeliger@digitalasset.com>
2024-01-23 12:10:40 +01:00
azure-pipelines[bot]
10f135219a
update canton to 20240118.12335.0.v1eb0dfbb/3.0.0-snapshot.20240118.12335.0.v1eb0dfbb (#18219)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-19 12:57:40 +01:00
azure-pipelines[bot]
899d068322
update canton to 20240117.12317.0.v1adf879c/3.0.0-snapshot.20240117.12317.0.v1adf879c (#18206)
* update canton to 20240117.12317.0.v1adf879c/3.0.0-snapshot.20240117.12317.0.v1adf879c

tell-slack: canton

* fix the canton config used by scala integration tests

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-01-18 11:30:53 +01:00
Paul Brauner
7ac69ceb2e
Pb/build daml against canton3 (#18103)
* 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
2024-01-17 18:11:24 +01:00
azure-pipelines[bot]
5051d01657
update canton to 20240116.12291.0.ve5572c5a/2.9.0-snapshot.20240116.11710.0.v6aa4c17e/3.0.0-snapshot.20240116.12291.0.ve5572c5a (#18200)
* update canton to 20240116.12291.0.ve5572c5a/2.9.0-snapshot.20240116.11710.0.v6aa4c17e/3.0.0-snapshot.20240116.12291.0.ve5572c5a

tell-slack: canton

* Remove unused dep @maven//:com_github_pathikrit_better_files_2_13 from canton-3x:community_domain

* Fix PackageMetadata in Canton 3.x

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Yves Geissbuehler <yves.geissbuehler@digitalasset.com>
Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
2024-01-17 13:24:28 +01:00
azure-pipelines[bot]
c965857c70
update canton to 20240115.12269.0.vee57276e/2.9.0-snapshot.20240115.11704.0.v67e3d1e3/3.0.0-snapshot.20240115.12269.0.vee57276e (#18183)
* update canton to 20240115.12269.0.vee57276e/2.9.0-snapshot.20240115.11704.0.v67e3d1e3/3.0.0-snapshot.20240115.12269.0.vee57276e

tell-slack: canton

* Adapt changes after changing of Decode.assertDecodeInfoPackage signature

* Fix canton-3x Bazel rules for 'Moved http health to node and migrated health based tests to X nodes #16415'

* Fixed GetEventsByContractIdResponse misalign in v2.

* Removed unused dependency.

* Removed unused dependency #2.

* Fix daml3-script upgrade querying. Disable the test as more work needed.

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
Co-authored-by: Yves Geissbuehler <yves.geissbuehler@digitalasset.com>
Co-authored-by: Andreas Triantafyllos <andreas.triantafyllos@digitalasset.com>
Co-authored-by: Samuel Williams <samuel.williams@digitalasset.com>
2024-01-16 19:28:23 +01:00
tudor-da
eda8187e7b
Enrich assertDecodeInfoPackage with (PackageId, Ast.Package) in the return type (#18165)
* needed to avoid double decoding of archives

run-all-tests: true
2024-01-15 16:03:22 +01:00
azure-pipelines[bot]
6f3bb7f8ef
update canton to 20240111.12240.0.v78bf0c1c/2.9.0-snapshot.20240111.11698.0.vaec40098/3.0.0-snapshot.20240111.12240.0.v78bf0c1c (#18143)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-12 10:38:51 +00:00
azure-pipelines[bot]
88a271b5dd
update canton to 20240110.12220.0.ve226317e/2.9.0-snapshot.20240110.11694.0.vbbc5a08b/3.0.0-snapshot.20240110.12220.0.ve226317e (#18133)
* update canton to 20240110.12220.0.ve226317e/2.9.0-snapshot.20240110.11694.0.vbbc5a08b/3.0.0-snapshot.20240110.12220.0.ve226317e

tell-slack: canton

* Fix hs-bindings from canton proto change

run-all-tests: true

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Samuel Williams <samuel.williams@digitalasset.com>
2024-01-11 22:30:47 +01:00
mziolekda
f0a0c6d2c2
Remove http json (#18131)
* remove http json from daml-script

* remove http-json from ts

* remove http-json

* Fix daml-assistant

run-full-compat: true

* Fix broken test

* remove drepeated test

* remove commands running via http-json

* fix the build

* changes from code-review:

* anotehr attempt at fixing the build
2024-01-11 18:08:08 +00:00
azure-pipelines[bot]
e0fb4d31cd
update canton to 20240109.12206.0.vcf1c3d60/2.9.0-snapshot.20240109.11690.0.vbbd2ff67/3.0.0-snapshot.20240109.12206.0.vcf1c3d60 (#18117)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-10 09:08:09 +01:00
azure-pipelines[bot]
5e25e08f34
update canton to 20240108.12193.0.vfed0b7df/2.9.0-snapshot.20240108.11687.0.v4072644f/3.0.0-snapshot.20240108.12193.0.vfed0b7df (#18100)
tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2024-01-09 17:52:18 +01:00
azure-pipelines[bot]
a483cabf16
update canton to 20240105.12177.0.v3ee6912f/2.9.0-snapshot.20240105.11680.0.v260fdcb4/3.0.0-snapshot.20240105.12177.0.v3ee6912f (#18094)
* update canton to 20240105.12177.0.v3ee6912f/2.9.0-snapshot.20240105.11680.0.v260fdcb4/3.0.0-snapshot.20240105.12177.0.v3ee6912f

tell-slack: canton

* fix canton-3x build

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-01-08 22:44:17 +01:00
Gary Verhaegen
7dc3439c9a
manual canton bump (#18091)
I've manually ran through the steps in ci/cron/daily-compat.yml. This is
a do-over of #18090 because the diff hadn't changed after rebasing on
\#18081 and that seemed weird, and I didn't want anyone to spend time on
a build failure that may just be an artifact of some wires crossing at
the git level.

---------

* add a missing scala_library "sequencer-driver"

---------

Co-authored-by: Meriam Lachkar <meriam.lachkar@digitalasset.com>
2024-01-05 16:42:09 +01:00
azure-pipelines[bot]
6a98310923
update canton to 20231221.12090.0.va8191d44/2.9.0-snapshot.20231220.11662.0.v3fffed35/3.0.0-snapshot.20231221.12090.0.va8191d44 (#18062)
* update canton to 20231221.12090.0.va8191d44/2.9.0-snapshot.20231220.11662.0.v3fffed35/3.0.0-snapshot.20231221.12090.0.va8191d44

CHANGELOG_BEGIN
CHANGELOG_END

* fix canton

* fix the build of the pingpong vacuum package

---------

Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2023-12-21 14:48:46 +01:00
azure-pipelines[bot]
9ab22ec903
update canton to 20231219.12068.0.v5a57880a/2.9.0-snapshot.20231219.11658.0.vf7fbf8cf/3.0.0-snapshot.20231219.12068.0.v5a57880a (#18055)
CHANGELOG_BEGIN
CHANGELOG_END

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
2023-12-21 09:30:31 +00:00
Remy
daa3f87f00
Propagate PackageRef to submit (#18041) 2023-12-20 12:11:36 +01:00