daml/daml-lf/engine
Remy 9b2a7d59e8
LF: enforce non-empty maintainers in contract key in fetchByKey (#7649)
This fixes a bug in the Speedy interpreter. With this change, the
interpreter crashes if it attempts to fetch using a contract key that
has an empty set of maintainers. This propagates to exerciseByKey as
this command is compiled using fetchByKey speedy built-in.

This is a breaking change approved by @bame-da .

CHANGELOG_BEGIN
    [LF] (Bug fix) enforce non-empty maintainers in contract key during fetchByKey and exericiseByKey.
CHANGELOG_END
2020-10-15 12:22:56 +02:00
..
src LF: enforce non-empty maintainers in contract key in fetchByKey (#7649) 2020-10-15 12:22:56 +02:00
BUILD.bazel Speedy: Check language version as part of Speedy compilation. (#7440) 2020-09-22 12:43:48 +02:00