mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
80e8ac113d
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. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |