Install
daml install 1.7.0-snapshot.20201103.5565.0.e75d42dd
**
Highlights
- DAML Connect has been introduced as a logical grouping for all those components a developer needs to connect to a DAML network.
- JSON API, DAML Script, and the JavaScript Client Libraries now support reading as multiple parties.
-
daml start
can now perform code generation, and has a quick-reload feature for fast iterative app development - Support for multi-key/query streaming queries in React Hooks
- New query functions accepting multiple keys supersede the old single-key/query versions, which are now deprecated.
- DAML Triggers (Early Access) have an overhauled API that is more aligned with DAML Script
- This change requires a migration detailed below.