mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
fd86551873
changelog_begin changelog_end Status quo: ledger-api-domain's domain object contained three classes related to parties: 1. `PartyDetails`, the oldest, which didn't contain the metadata field and was used both in client and indexer code, 2. `ParticipantPartyDetails`, added recently during the participant-local metadata extensions, similar to the `PartyDetails` above but additionally contains the metadata field, 3. `PartyRecord` which held participant-local metadata extensions for a party. Changes: 1) `PartyDetails` gets renamed to `IndexerPartyDetails` and together with `PartyEntry` gets moved to participant-state-index Bazel package and is removed from client code, 2) `ParticipantPartyDetails` gets renamed to `PartyDetails` and is now used in the client code instead. 3) `PartyRecord` gets moved to participant-local-store Bazel package |
||
---|---|---|
.. | ||
src/test | ||
BUILD.bazel |