daml
daml copied to clipboard
The Daml smart contract language
Spin-off of #14410. When #13653 introduces the optional interface ID to these commands, change `CommandService.scala` to pass in the interface ID as mentioned in TODOs in that file. Note https://github.com/digital-asset/daml/issues/13653#issuecomment-1142178491...
The team has completed all the outstanding items that have been considered as part of the "evidencing security" topic for the application runtime. These are collected in https://github.com/digital-asset/daml/issues/13131. The final...
Currently users are on their own from a bindings perspective in figuring out if an error is retryable and they have to dig through the docs. It would be nice...
Child of https://github.com/digital-asset/daml/issues/14256
### Affected Daml version 2.0.0+ ### Bug description The `listUsers` method in the `UserManagementService` doesn't allow to take a token and page size to take advantage of the pagination. As...
The following improvements have been deemed necessary to improve our current security evidencing effort: - provide a document for each component that establishes the threat model under which the security...
Extracted from #7385. At the moment there are three ways in which the version can be set: there is a global default, the closest `daml.yaml` parent, or the `DAML_SDK_VERSION` env...
#13633 yields an `internal error` message from websockets on pruning. https://github.com/digital-asset/daml/blob/02677d29cb1c30d93db084ad688345e9805bb283/ledger-service/http-json/src/itlib/scala/http/AbstractWebsocketServiceIntegrationTest.scala#L977-L991 Instead, we should emit a useful [still string] error message that indicates a pruning error. We don't have to...