daml/ledger/participant-state-index
Samir Talwar bd12170af2
participant-state: Remove the ParticipantId, PackageId, and Party aliases. [KVL-1002] (#10308)
* participant-state: Remove the `ParticipantId` alias.

This alias adds nothing. By using `Ref.ParticipantId` directly, many
packages can remove their dependency on the _participant-state_ package.

CHANGELOG_BEGIN
CHANGELOG_END

* participant-state: Remove the `PackageId` and `Party` aliases.

They don't add anything. Let's just use `Ref`.

* kvutils: Restore missing compat imports.
2021-07-19 12:31:25 +00:00
..
src/main/scala/com/daml/ledger/participant/state/index/v2 participant-state: Remove the ParticipantId, PackageId, and Party aliases. [KVL-1002] (#10308) 2021-07-19 12:31:25 +00:00
BUILD.bazel participant-state-index: Use Ref directly. (#10299) 2021-07-15 17:21:03 +00:00