daml
daml copied to clipboard
The Daml smart contract language
Fwd port of https://github.com/digital-asset/daml/pull/20110. The changes to `SBuiltinFun` required a bit of manual intervention and could use a second pair of eyes.
Port of * https://github.com/DACH-NY/canton/pull/21937
Dependencies: - https://github.com/digital-asset/daml/issues/20118 - [ ] Check Making a Daml Release doc. https://github.com/digital-asset/daml/blob/main/sdk/release/RELEASE.md - [ ] Ask Remy if there is anything additional that needs to be added to the...
Dependencies: - https://github.com/DACH-NY/assembly/issues/550 When we release, we need to make sure that the code drop of Canton in the Daml repo is consistent with what is going to be released
UP-84 When exercising a choice dynamically via interface, we do check that the new and old view agree, but we don't check that the metadata (for instance signatories) of the...