daml/daml-script/test
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
src Add listKnownParties to DAML Script (#6369) 2020-06-17 07:50:29 +02:00
BUILD.bazel Introduce DAML-LF value caching for transaction service (#6052) 2020-05-26 08:33:53 +00:00
daml-script-test-runner.sh Add listKnownParties to DAML Script (#6369) 2020-06-17 07:50:29 +02:00