daml/daml-lf/kv-transaction-support
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
..
src Drop ContractId typeparameter from Value (#10827) 2021-09-16 08:46:57 +00:00
BUILD.bazel Drop ContractId typeparameter from Value (#10827) 2021-09-16 08:46:57 +00:00
README.md KV specific LF library (#9100) 2021-03-15 13:33:57 +01:00

The KV Daml-LF library

This package contains LF utilities specifically tailored for the KV integration kit. This library does not define a stable public API, and should not be used outside of the KV integration kit. Breaking changes to this library will be made without notice.