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.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.