daml/daml-script
Moritz Kiefer 8e22bb6b2d
Drop ContractId typeparameter from Value (#10827)
99% of our usecases use Value[ContractId] so this PR just fixes it.

The few other usescases are:

1. Value[Nothing] which we use for keys. This is technically more
precise but we benefit very little from it.
2. Value[String] mostly because in a few places we are lazy.

We don’t have any code which benefits from being polymorphic in the
contract id type.

changelog_begin
changelog_end
2021-09-16 08:46:57 +00:00
..
converter Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01:00
daml Handle missing template instances in Daml ledger export (#10526) 2021-08-10 16:44:11 +00:00
export [DPP-589] Add CLI flag to select minimum enabled TLS version (#10854) 2021-09-14 12:37:38 +02:00
runner Drop ContractId typeparameter from Value (#10827) 2021-09-16 08:46:57 +00:00
test Drop ContractId typeparameter from Value (#10827) 2021-09-16 08:46:57 +00:00