daml/daml-script/test
Andreas Herrmann a44e00937b
Add allocatePartyWithHint(On) to DAML Script (#4489)
* allocatePartyWithHint(On)

CHANGELOG_BEGIN
- [DAML Script - Experimental] The participant argument in ``allocatePartyOn`` is wrapped in ``ParticipantName`` to avoid confusion with the ``displayName`` argument.
- [DAML Script - Experimental] Add ``allocatePartyWithHint`` and ``allocatePartyWithHintOn`` that allow to specify the ``partyIdHint`` to the backing participant. See https://github.com/digital-asset/daml/issues/4472.
CHANGELOG_END

* test-cases for allocatePartyWithHint(On)

* DAML formatting

* Supply "" party id hint instead of None

Addressing review comment
https://github.com/digital-asset/daml/pull/4489#discussion_r378245989

Co-authored-by: Andreas Herrmann <andreash87@gmx.ch>
2020-02-12 14:17:32 +00:00
..
daml Add allocatePartyWithHint(On) to DAML Script (#4489) 2020-02-12 14:17:32 +00:00
src/com/digitalasset/daml/lf/engine/script/test Add allocatePartyWithHint(On) to DAML Script (#4489) 2020-02-12 14:17:32 +00:00
BUILD.bazel Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
daml-script-test-runner.sh Add allocatePartyWithHint(On) to DAML Script (#4489) 2020-02-12 14:17:32 +00:00