You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.13.27
DAML Assistant
daml start now supports --sandbox-option=opt, --navigator-option=opt
and --json-api-option=opt to pass additional option to sandbox/navigator/json-api.
These flags can be specified multiple times.
DAML Compiler
Fix a bug where generic templates could crash the compiler.
Security
Fix release signing process.
0.13.26 (not published)
JSON API
/contracts/search now supports a query language for filtering the
contracts returned by matching fields. See issue 2778.
DAML Compiler
Fix a bug where .dar files produced by daml build were missing
all .daml files except for the one that source pointed to.
Fix a bug where importing the same module from different directories
resulted in an error in daml build.
damlc migrate now produces a project that can be built with daml build as opposed to
having to use the special build.sh and build.cmd scripts.
DAML Integration Toolkit
30 more test cases have been added to the transaction service test suite.
Security
Starting with this one, releases are now signed on GitHub.