mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
09a1b445df
* Only include stakeholder contracts in result of query This fixes a bug in the script service. We need to filter out divulged contracts since this should behave exactly like the ACS endpoint on the ledger API. changelog_begin changelog_end * Update daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/scenario/ScenarioLedger.scala Co-authored-by: Remy <remy.haemmerle@daml.com> * Update daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/LedgerInteraction.scala Co-authored-by: Remy <remy.haemmerle@daml.com> * fmt changelog_begin changelog_end Co-authored-by: Remy <remy.haemmerle@daml.com> |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-lf-verify | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
repl-service | ||
scenario-service | ||
README.md |
DAML Compiler
This directory contains several libraries used by and the executable for the DAML compiler.
Libraries
daml-lf-ast
: The DAML-LF AST and type checker.