daml/ledger/sandbox/historical-dars
Francesco Mazzoli ca5d045e62 check that submitter is in maintainers for lookup by key (#1967)
* check that submitter is in maintainers when looking up keys

Fixes #1866. Note that this limitation applies both for `lookupByKey`
and `fetchByKey` -- anything involving retrieving a key is affected.

* add UNTIL-LF to run tests up to a certain version of DAML-LF

* name targets for DAML tests better

* add notes about DAML-LF changes

* commit Test.daml with DAML-LF 1.5 rather than compiling it on the fly

* add scenario tests for #1866

* add warnings about future key behavior in docs

* use flag rather than version when executing
2019-07-05 09:34:26 +00:00
..
README.md check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +00:00
Test-1.5.dar check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +00:00

Here we store some historical dars for older DAML-LF versions. They're generally compiled versions of src/test/damls/Test.daml.

When you add one, please add a log line below with a link to the commit with the compiler you used to generate it and the file you used.