daml
daml copied to clipboard
The Daml smart contract language
Tab autocompletion currently triggers auto-install if your daml.yaml has an uninstalled `sdk-version:`. This is an issue for a long time, preceding split version, but is made even worse by split...
### What is the problem you want to solve? ### What is the solution you would propose? ### Describe alternatives you've considered ### Additional context
Relates to https://github.com/digital-asset/daml/issues/13470 Only to be merged after release of https://github.com/digital-asset/daml/issues/17262
Optimise `fromListWith` to prepend the singleton list to the accumulated list instead of appending to it. It also does not make sense that `fromListWith` appends the new values and `insertWith`...
Introduce a new major version of LF that is backwards incompatible with LF 1.x. - [x] Introduce a new major version in the proto, compiler and engine. Keep it backwards...
The [scenario-perf](https://github.com/digital-asset/daml/blob/39ea58901ebba30cf920dcbb417b4e0bac03cf33/daml-lf/scenario-interpreter/BUILD.bazel#L67) benchmark relies on scenarios, which are no longer supported in Daml 3. We should port them to daml3-script. In the meantime, https://github.com/digital-asset/daml/pull/18203 disables them.
#18000! :tada: Implements `composite-dars` (Often unofficially called fat-dars) This is an easy way to bunch together a set of Dars into a single dar, without needing an extra daml.yaml and...
Can we achieve something similar for the scala Runner tests? (https://github.com/digital-asset/daml/blob/main/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml2ScriptTestRunner.scala) _Originally posted by @samuel-williams-da in https://github.com/digital-asset/daml/issues/18113#issuecomment-1883337954_