daml/daml-script
Moritz Kiefer cd4f085e92
Support multiple parties in scenario’s ParticipantView (#7666)
As part of multi-party read/write on command submissions we also need
to be able to support multi-party queries in DAML Script. Since the
queries in DAML Studio go via ParticipantView, this PR extends this as
a prerequisite to making use of this in DAML Script.

This does not yet relax any restrictions on command submissions. Those
still require a single committer.

For consistency with the surrounding code, I went for a simple Set
rather than a non-empty Set.

changelog_begin
changelog_end
2020-10-14 12:51:02 +02:00
..
converter interpret allowed updates and other actions in a free Trigger monad, like Script (#7456) 2020-10-02 14:18:13 -04:00
daml Connectify user-facing output (#7624) 2020-10-09 15:45:02 +02:00
runner Support multiple parties in scenario’s ParticipantView (#7666) 2020-10-14 12:51:02 +02:00
test Add ability to start only indexer or only ledger API server [KVL-584] (#7574) 2020-10-12 09:46:20 +02:00