daml/daml-script
Moritz Kiefer 53bddb54d7
Add listKnownParties to DAML Script (#6369)
* Add listKnownParties to DAML Script

This is particularly useful if you want easy access to a party that
has already been allocated since partyFromText is bad.

For now this is not supported in the JSON API. It should be possible
to add it but I consider it fairly low priority so omitting for now.

changelog_begin

- [DAML Script] Add ``listKnownParties`` and ``listKnownPartiesOn`` to
  query the corresponding ListKnownParties endpoint in the party
  management service.

changelog_end

* Fix `daml script-test` tests by running them sequentially.

changelog_begin
changelog_end
2020-06-17 07:50:29 +02:00
..
daml Add listKnownParties to DAML Script (#6369) 2020-06-17 07:50:29 +02:00
runner Add listKnownParties to DAML Script (#6369) 2020-06-17 07:50:29 +02:00
test Add listKnownParties to DAML Script (#6369) 2020-06-17 07:50:29 +02:00