Skip to content

v0.12.25

Compare
Choose a tag to compare
@garyverhaegen-da garyverhaegen-da released this 13 Jun 15:44
949f608

0.12.25 — 2019-06-13

DAML Integration Kit

  • Added new CLI flag --all-tests to the Ledger API Test Tool to run all default and optional tests.
  • Added new CLI flag --command-submission-ttl-scale-factor to the
    Ledger API Test Tool. It scales time-to-live of commands sent for ledger processing (captured as Maximum Record Time in submitted transactions) for some suites. Useful to tune Maximum Record Time depending on the environment and the Ledger implementation under test.
  • Fixed various bugs in the daml-on-x ledger api server and index service.

Sandbox

  • Introduced a new API for party management.
    See #1312.

Scala bindings

  • New --root command-line option for limiting what templates are selected for codegen.
    See #1210.

Ledger API

  • Contract keys are now available for created events from the transaction service.
    See #1268.

Java Bindings

  • The addition of contract keys on created events in the Ledger API is reflected in the bindings.
    See #1268.

Java Codegen

  • Contracts decoded from the transaction service now expose their contract key (if defined).
    See #1268.