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

ExerciseByKey command nodes don't store the upgraded key. This leads to re-intepretation errors. ``` exerciseCmdKeyUnchanged : Test exerciseCmdKeyUnchanged = test $ do a

From Curtis, a description of the problem: - I was just on a call with GS. They are leery about using Daml Script. One reason is they encountered the following...

Quoting @dasormeter: why does daml build say something about the 2.8.3 version, even though the latest is 2.9.1 (soon to be 2.9.3)? ``` > daml build Created .daml/dist/quickstart-0.0.1.dar SDK 2.8.3...

broken

As per https://github.com/digital-asset/daml/issues/17632#issuecomment-1775723874, we should be able to convert warnings into errors or vice versa for expression upgrades. I think flags would be a good approach, with a whitelisting mechanism...

upgrades

Following this comment https://github.com/digital-asset/docs.daml.com/pull/742#discussion_r1668304395 we should move our example code to tests, so we can verify they always work. Canton already does this so we can follow their example.