daml/ledger/ledger-api-client
Robert Autenrieth 80e8ac113d
Add support for party management in the sandbox (#1452)
Fixes #1312

This PR adds support for party management in the sandbox:

Both the in-memory and the SQL backend track a list of known
parties, and implicitly add any party mentioned in a transaction.
New calls were added to the IndexService and the WriteService
for managing parties. These calls are wired to the above mentioned
persistence backends, and to a new API service.
A corresponding client interface was added to the scala API client.
An integration test was added for checking that a call to allocate a
party succeeds.
An integration test for the sandbox was added for checking that the
sandbox implicitly adds all parties mentioned in a transaction.
2019-06-11 08:08:55 +02:00
..
src Add support for party management in the sandbox (#1452) 2019-06-11 08:08:55 +02:00
BUILD.bazel Add support for party management in the sandbox (#1452) 2019-06-11 08:08:55 +02:00