daml icon indicating copy to clipboard operation
daml copied to clipboard

The Daml smart contract language

Results 662 daml issues
Sort by recently updated
recently updated
newest added

As part of smoke tests, https://github.com/DACH-NY/assembly/blob/main/test.sh: `upload-dar did not succeed: "\"ALLOWED_LANGUAGE_VERSIONS(8,4490188f): Disallowed language version in package baaa8021c43a92f464c7517f88ec558862b630f580b1fc6e65816c80efe89d52: Expected version between 2.1 and 2.dev but got 1.15\"" ` Basically when running...

Some parts of daml.yaml affect build behaviour, esp. via `build-options`. It would be nice if flags to `daml build` and other tools could also go in the opposite direction and...

With the removal of TemplateTypeReps, we've had a regression in the UX for errors from daml-script. Most of these relate to contract keys, so are acceptable, but errors like `WronglyTypedContract`,...

Remove the daml3-script JsonLedgerClient, and all flags that align to it. Following #17974, the refined script submission logic can also be simplified. There are a few other places where logic...

### What is the problem you want to solve? VS Code and IntelliJ both have trouble finding the sources and javadoc for the Java Bindings automatically or even with prodding....

component/java-ecosystem
team/ledger-clients

Should return a map of packageId -> LanguageVersion (useful for upgrading).

Once the latest version is non dev we can remove the `devMode` flag from AbstractHttpServiceIntegrationTestFuns