daml/compiler/daml-lf-proto
Jussi Mäki 1f2246c822 Do not divulge contracts to observers in nonconsuming exercises (#325)
* Do not divulge contracts to observers in nonconsuming exercises

Disables support for non-default ledger feature flags, as they
are meaningless since ledger server logic does not respect the flags.
Instead of large refactoring to add support for the old flag settings,
it is best to disallow the deprecated flags, and later on phase out the
flags completely.

Re-enables test_divulgence_of_token in sandbox semantic tests.

Fixes #157.

* purge LedgerFlags entirely...

...since we only support one version of them anyway, and clearing them

* updated release notes
2019-04-11 14:41:35 +02:00
..
src/DA/Daml/LF Do not divulge contracts to observers in nonconsuming exercises (#325) 2019-04-11 14:41:35 +02:00
BUILD.bazel open-sourcing daml 2019-04-04 09:33:38 +01:00