daml
daml copied to clipboard
The Daml smart contract language
In case of exercise-interface, we abuse the field `templateId` of the Exercise Command to be actually an `interfaceId`. We will add a new file `interface_Id` to the exercise command ```...
We currently get the warning `Tried to fetch or exercise ${contract.templateId} on contract ${cid.coid} but none of the reading parties [${readers}] are contract stakeholders [${stakeholders}` for contracts that have been...
There needs to validation and error handling for the submitted disclosed contracts in the scenario runner. We need tests for - [ ] Contract with invalid payload - [ ]...
### Requirements for `daml-script` - [ ] `Script.daml` - [x] `queryViewContractId` #15234 - [x] `queryView` #15286 - [x] view functions may error #15384 - [ ] `IdeLedgerClient` - [x] `queryViewContractId`...
changelog_begin changelog_end Squashed version of https://github.com/digital-asset/daml/pull/14550