daml/compiler/scenario-service/server
Andreas Herrmann 2df09194d5
allocateParty and listKnownParties in script service (#7141)
* script service party management test-case

* script service: allocateParty and listKnownParties

Behave like sandbox on party hint. If a hint is given then allocate
exactly that party name and fail if it already exists. Otherwise
generate a fresh party name. For easier debugging the fresh name is
based on the display name.

changelog_begin
changelog_end

* Track parties that were not allocated explicitly

E.g. parties generated by `partyFromText`.

* Handle and test party already exists error

* fmt

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-08-17 10:36:06 +02:00
..
src/main allocateParty and listKnownParties in script service (#7141) 2020-08-17 10:36:06 +02:00
BUILD.bazel Extend the scenario service with DAML Script support (#6929) 2020-08-05 12:56:09 +02:00