-
The ledger API test tool has some tests for contract keys: https://github.com/digital-asset/daml/blob/master/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/tests/ContractKeys.…
-
A subset of the files under `compiler/damlc/tests/daml-test-files` are manually copied to canton's `enterprise/app/src/test/daml/DamlTestLfV21Files` directory on an ad-hoc basis. This is what we'd lik…
-
The Daml Assistant relies on https://docs.daml.com/versions.json, which is a dreadful hack that breaks when docs.daml.com wants to publish new versions of the docs.
We should rewrite the assistant to…
-
Archived contracts are immediately removed from the Index Database, which makes it impossible to perform authorization checks on the Fetch node thereafter. As a result, an unauthorized party that has …
-
Visual studio code is installed in my mac, but when I try to open it with the command daml studio it says this: Failed to install DAML Studio extension from marketplace.
Installing bundled DAML Studi…
-
Following on from https://github.com/digital-asset/daml/issues/16310, https://github.com/digital-asset/daml/pull/16353
More specifically: https://github.com/digital-asset/daml/issues/16310#issuecommen…
-
### What is the problem you want to solve?
I would like to make it easy to consume early access versions of Daml, Daml-LF, and Canton Protocol.
### What is the solution you would propose?
…
-
`*.hi` files are missing from `dar` file when building with `--incremental=yes`
With incremental compilation
```
daml damlc build --incremental yes
Compiling trig2 to a DAR.
Created .daml/dist/…
-
I think that `daml test` does not measure coverage of non template code.
-
The bazel build is broken.
```
bazel build //...
...
Cannot build Nix attribute ''.
Command: [/nix/var/nix/profiles/default/bin/nix-build, "-E", "\n
with import {}; buildEnv {\n
…