Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions apps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@daml.js/ans": "file:common/frontend/daml.js/splice-amulet-name-service-0.1.21",
"@daml.js/splice-amulet": "file:common/frontend/daml.js/splice-amulet-0.1.20",
"@daml.js/splice-dso-governance": "file:common/frontend/daml.js/splice-dso-governance-0.1.26",
"@daml.js/splice-validator-lifecycle": "file:common/frontend/daml.js/splice-validator-lifecycle-0.1.7",
"@daml.js/splice-validator-lifecycle": "file:common/frontend/daml.js/splice-validator-lifecycle-0.1.8",
"@daml.js/splice-wallet": "file:common/frontend/daml.js/splice-wallet-0.1.21",
"@daml.js/splice-wallet-payments": "file:common/frontend/daml.js/splice-wallet-payments-0.1.20",
"@daml.js/splitwell": "file:common/frontend/daml.js/splitwell-0.1.21",
Expand Down
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,10 @@ lazy val `splice-api-reward-assignment-v1-daml` =
.in(file("daml/splice-api-reward-assignment-v1"))
.enablePlugins(DamlPlugin)
.settings(
BuildCommon.damlSettings
BuildCommon.damlSettings,
Compile / damlPrebuiltDar := Some(
(LocalRootProject / baseDirectory).value / "daml" / "dars" / "splice-api-reward-assignment-v1-1.0.0.dar"
),
)

lazy val `splice-amulet-daml` =
Expand Down
2 changes: 1 addition & 1 deletion daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sdk-version: 3.4.11
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
69 changes: 37 additions & 32 deletions daml/dars.lock

Large diffs are not rendered by default.

Binary file modified daml/dars/splice-amulet-0.1.20.dar
Binary file not shown.
Binary file modified daml/dars/splice-amulet-name-service-0.1.21.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-allocation-instruction-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-allocation-request-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-allocation-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-holding-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-transfer-events-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-api-token-transfer-instruction-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-dso-governance-0.1.26.dar
Binary file not shown.
Binary file modified daml/dars/splice-test-token-v1-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-test-token-v2-1.0.0.dar
Binary file not shown.
Binary file modified daml/dars/splice-token-standard-utils-2.0.0.dar
Binary file not shown.
Binary file not shown.
Binary file modified daml/dars/splice-token-test-trading-app-1.0.2.dar
Binary file not shown.
Binary file modified daml/dars/splice-token-test-trading-app-v2-1.0.0.dar
Binary file not shown.
Binary file added daml/dars/splice-util-0.1.7.dar
Binary file not shown.
Binary file added daml/dars/splice-util-batched-markers-1.0.3.dar
Binary file not shown.
Binary file not shown.
Binary file modified daml/dars/splice-util-token-standard-wallet-1.1.0.dar
Binary file not shown.
Binary file added daml/dars/splice-validator-lifecycle-0.1.8.dar
Binary file not shown.
Binary file modified daml/dars/splice-wallet-0.1.21.dar
Binary file not shown.
Binary file modified daml/dars/splice-wallet-payments-0.1.20.dar
Binary file not shown.
Binary file modified daml/dars/splitwell-0.1.21.dar
Binary file not shown.
2 changes: 1 addition & 1 deletion daml/splice-amulet-name-service-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
2 changes: 1 addition & 1 deletion daml/splice-amulet-name-service/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-amulet-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ build-options:
- --ghc-option=-Wunused-matches
- -Wno-template-interface-depends-on-daml-script
- -Wno-deprecated-exceptions
- --target=2.1
- --target=2.2
2 changes: 1 addition & 1 deletion daml/splice-amulet/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
- -Wno-upgrade-exceptions
- -Wno-deprecated-exceptions
codegen:
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-api-featured-app-v1/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-api-featured-app-v2/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-api-reward-assignment-v1/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
data-dependencies:
- ../dars/splice-api-token-metadata-v1-1.0.0.dar
build-options:
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-api-token-burn-mint-v1/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data-dependencies:
- ../dars/splice-api-token-holding-v1-1.0.0.dar
- ../dars/splice-api-token-metadata-v1-1.0.0.dar
build-options:
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-dso-governance-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-dso-governance/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- -Wno-deprecated-exceptions
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-util-batched-markers-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
4 changes: 2 additions & 2 deletions daml/splice-util-batched-markers/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdk-version: 3.4.11
name: splice-util-batched-markers
source: daml
version: 1.0.2
version: 1.0.3
dependencies:
- daml-prim
- daml-stdlib
Expand All @@ -11,7 +11,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-util-featured-app-proxies-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
4 changes: 2 additions & 2 deletions daml/splice-util-featured-app-proxies/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdk-version: 3.4.11
name: splice-util-featured-app-proxies
source: daml
version: 1.2.3
version: 1.2.4
dependencies:
- daml-prim
- daml-stdlib
Expand All @@ -14,7 +14,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-util-token-standard-wallet-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-util-token-standard-wallet/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
4 changes: 2 additions & 2 deletions daml/splice-util/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sdk-version: 3.4.11
name: splice-util
source: daml
version: 0.1.6
version: 0.1.7
dependencies:
- daml-prim
- daml-stdlib
data-dependencies: []
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
4 changes: 2 additions & 2 deletions daml/splice-validator-lifecycle-test/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdk-version: 3.4.11
name: splice-validator-lifecycle-test
source: daml
version: 0.1.7
version: 0.1.8
dependencies:
- daml-prim
- daml-stdlib
Expand All @@ -12,7 +12,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
4 changes: 2 additions & 2 deletions daml/splice-validator-lifecycle/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sdk-version: 3.4.11
name: splice-validator-lifecycle
source: daml
version: 0.1.7
version: 0.1.8
dependencies:
- daml-prim
- daml-stdlib
Expand All @@ -10,7 +10,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-wallet-payments/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splice-wallet-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
2 changes: 1 addition & 1 deletion daml/splice-wallet/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- -Wno-deprecated-exceptions
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion daml/splitwell-test/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
2 changes: 1 addition & 1 deletion daml/splitwell/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data-dependencies:
build-options:
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
2 changes: 1 addition & 1 deletion party-allocator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data-dependencies:
- ../../splice-token-standard-v2-test/.daml/dist/splice-token-standard-v2-test-current.dar

build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
2 changes: 1 addition & 1 deletion token-standard/examples/splice-test-token-v1/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data-dependencies:
- ../../splice-token-standard-utils/.daml/dist/splice-token-standard-utils-current.dar

build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data-dependencies:
- ../../splice-token-standard-v2-test/.daml/dist/splice-token-standard-v2-test-current.dar

build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
2 changes: 1 addition & 1 deletion token-standard/examples/splice-test-token-v2/daml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data-dependencies:
- ../../splice-token-standard-utils/.daml/dist/splice-token-standard-utils-current.dar

build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

sdk-version: 3.4.11
name: splice-token-test-dummy-holding
version: 0.0.3
version: 0.0.4
source: daml
dependencies:
- daml-prim
Expand All @@ -14,7 +14,7 @@ data-dependencies:
- ../../../daml/dars/splice-api-token-allocation-v1-1.0.0.dar
- ../../../daml/dars/splice-api-token-allocation-request-v1-1.0.0.dar
build-options:
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data-dependencies:
- ../../splice-api-token-allocation-instruction-v2/.daml/dist/splice-api-token-allocation-instruction-v2-current.dar
- ../../splice-token-standard-utils/.daml/dist/splice-token-standard-utils-current.dar
build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data-dependencies:
- ../../../daml/dars/splice-api-token-allocation-v1-1.0.0.dar
- ../../../daml/dars/splice-api-token-allocation-request-v1-1.0.0.dar
build-options:
- --target=2.1
- --target=2.2
- --ghc-option=-Wunused-binds
- --ghc-option=-Wunused-matches
codegen:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data-dependencies:
- ../splice-api-token-holding-v1/.daml/dist/splice-api-token-holding-v1-current.dar
- ../splice-api-token-allocation-v1/.daml/dist/splice-api-token-allocation-v1-current.dar
build-options:
- --target=2.1
- --target=2.2
codegen:
java:
package-prefix: org.lfdecentralizedtrust.splice.codegen.java
Expand Down
Loading
Loading