daml/triggers
pbatko-da ca81adeb3e
6 - Ledger API changes for UM/UP extensions for Hub [DPP-1211] (#14937)
changelog_begin

[Ledger API Specification]:
1. Add 'is_deactivated' attribute to participant users.
2. Introduce participant server's local metadata for parties and participant users consisting of:
 - a resource version for optional concurrent change control,
 - modifiable key-value based annotations.
3. Add experimental update RPCs for parties and participant users:
  - participant user's modifiable fields are: 'primary_party', 'is_deactivated', 'metadata.annotations',
  - party's modifiable fields are 'local_metadata.annotations'.
4. Discourage use of 'party_details.display_name' in favor of using party's metadata annotations.

changelog_end


Other notes:

- no-op updates are allowed,
- update paths are resource relative,
- as annotation deletion is by providing an key with the empty string value,
- as a corollary, only non-empty strings are valid annotation values.
2022-09-26 12:56:55 +00:00
..
daml Add queryFilter to triggers (#13769) 2022-05-02 17:36:57 +00:00
runner [engine] Transmit completed transaction via SResultFinalValue. (#14416) 2022-07-18 09:45:37 +00:00
service Remove reliance on implicit party allocation in CI tests [DPP-1234] (#15037) 2022-09-22 10:20:53 +02:00
tests 6 - Ledger API changes for UM/UP extensions for Hub [DPP-1211] (#14937) 2022-09-26 12:56:55 +00:00