daml
daml copied to clipboard
The Daml smart contract language
https://github.com/digital-asset/daml/blob/a74c020dddb1f10b3fd8fe43125adbbe9c93c648/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs#L1240
changelog_begin changelog_end
- Check that structs only add optional fields, that variants or enums don't add new variants, and that variants' record types don't add fields at all - Use Gamma to...
Refine the work under https://github.com/digital-asset/daml/pull/18102 with: - [x] checking of uploaded dar against metadata store's package map (as well as the upgrading information from the uploaded dar) - [x] additional...
We need to clean up LF 2.1 archive and transaction and value The remaining task are: - [x] move contract key to 2.dev https://github.com/DACH-NY/canton/pull/17374, #18573 - [x] remove scenario (or...
Updates the upgrades tests to allow for "test dars" to be generated inline for test files using a comment yaml syntax, and cpp pragmas to modify per version. This allows...