Skip to content

Commit

Permalink
update canton to 20240919.12249.0.v598115e0/2.10.0-snapshot.20240919.…
Browse files Browse the repository at this point in the history
…12249.0.v598115e0 in main-2.x (#19974)

tell-slack: canton

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
  • Loading branch information
azure-pipelines[bot] and Azure Pipelines Daml Build authored Sep 20, 2024
1 parent 8b00825 commit 8b5bf92
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
sandbox-options:
- --wall-clock-time
name: contact
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
sandbox-options:
- --wall-clock-time
name: message
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
build-options:
- --target=1.14
name: CantonExamples
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: ai-analysis
source: AIAnalysis.daml
init-script: AIAnalysis:setup
Expand Down
2 changes: 1 addition & 1 deletion sdk/canton/community/demo/src/main/daml/bank/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: bank
source: Bank.daml
init-script: Bank:setup
Expand Down
2 changes: 1 addition & 1 deletion sdk/canton/community/demo/src/main/daml/doctor/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: doctor
source: Doctor.daml
init-script: Doctor:setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: health-insurance
source: HealthInsurance.daml
init-script: HealthInsurance:setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: medical-records
source: MedicalRecord.daml
init-script: MedicalRecord:setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
build-options:
- --target=1.14
name: JsonEncodingTest
Expand Down
2 changes: 1 addition & 1 deletion sdk/canton/community/participant/src/main/daml/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
name: AdminWorkflows
source: AdminWorkflows.daml
version: 2.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 2.10.0-snapshot.20240913.12956.0.vc59d689e
sdk-version: 2.10.0-snapshot.20240918.12961.0.v064e26d0
build-options:
- --target=1.14
name: AdminWorkflowsWithVacuuming
Expand Down
6 changes: 3 additions & 3 deletions sdk/test-common/canton/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if [ "{local}" = "true" ]; then
exit 0
fi
CANTON_ENTERPRISE_VERSION=2.10.0-snapshot.20240918.12248.0.vb8b5812f
CANTON_ENTERPRISE_SHA=dc1fca90bdc9b4a03c1fa6d6712beddfb4f5548e701625d4621717e4292c00fb
CANTON_ENTERPRISE_URL=https://digitalasset.jfrog.io/artifactory/assembly/daml/canton-backup/2.10.0-snapshot.20240918.12248.0.vb8b5812f/dc1fca90bdc9b4a03c1fa6d6712beddfb4f5548e701625d4621717e4292c00fb/canton-enterprise-2.10.0-snapshot.20240918.12248.0.vb8b5812f.tar.gz
CANTON_ENTERPRISE_VERSION=2.10.0-snapshot.20240919.12249.0.v598115e0
CANTON_ENTERPRISE_SHA=101478b099775038fe0132d09a88dc20714aa8682a263b1f30b5395c709e65ca
CANTON_ENTERPRISE_URL=https://digitalasset.jfrog.io/artifactory/assembly/daml/canton-backup/2.10.0-snapshot.20240919.12249.0.v598115e0/101478b099775038fe0132d09a88dc20714aa8682a263b1f30b5395c709e65ca/canton-enterprise-2.10.0-snapshot.20240919.12249.0.v598115e0.tar.gz
url=$$CANTON_ENTERPRISE_URL
Expand Down

0 comments on commit 8b5bf92

Please sign in to comment.