Bernhard Elsner

Results 11 issues of Bernhard Elsner

### What is the problem you want to solve? I would like to make it easy to consume early access versions of Daml, Daml-LF, and Canton Protocol. ### What is...

I confirm that, if this is a feature request that has security implications, I already contacted [email protected] and followed the [responsible disclosure policy](https://digitalasset.com/security/). I confirm that this is not a...

language

See https://discuss.daml.com/t/exercise-interface-choice-on-daml-script-with-json-api/7134. Repro: Script: ``` module Main where import Daml.Script import DA.Foldable (mapA_) data VFoo = VFoo with deriving (Eq, Show) interface IFoo where viewtype VFoo c : Party choice...

Daml version 2.8.3. This script: ``` test_allocate = do allocateParty "p" return () ``` ``` daml script --dar .daml/dist/x-0.0.1.dar --ledger-host http://localhost --ledger-port 7575 --json-api --script-name Main:test_allocate --access-token-file token ``` Results...

This fixes an issue where `sphinx-autoupdate` does not pick up changes to titles in the `_toc.yaml` file. To reproduce, use the example project, 1. build using `sphinx-autobuild --port 8001 ....

Consider this scenario: ``` template Secret with p : Party where signatory p template SecretFetcher with p : Party obs : [Party] where signatory p observer obs controller p can...

discussion
language

I confirm that, if this is a bug that has security implications, I already contacted [email protected] and followed the [responsible disclosure policy](https://digitalasset.com/security/). I confirm that this is not a question...

language
component/triggers

I confirm that, if this is a bug that has security implications, I already contacted [email protected] and followed the [responsible disclosure policy](https://digitalasset.com/security/). I confirm that this is not a question...

language
component/daml-studio

Archived contracts are immediately removed from the Index Database, which makes it impossible to perform authorization checks on the Fetch node thereafter. As a result, an unauthorized party that has...

concern/security

- Copied and pasted token standard and OTC Trade example app in the "Splice" folders. - Implemented standards holding on all the Daml Finance holdings (basically mapping DF.Holding.I + DF.Lockable.I...