hie-core v0.13.32 Release Notes

Release Date: 2019-10-29 // over 4 years ago
  • DAML Triggers

    • ๐Ÿ‘ The trigger runner now supports triggers using the high-level API directly. These no longer need to be converted to low-level Triggers using runTrigger. Triggers using the low-level API are still supported.
    • The trigger runner has a new command that just lists the triggers in
      a dar using daml trigger list --dar path/to/dar.

    DAML Compiler

    • ๐Ÿ“ฆ The package database is now be cleaned automatically on initialization.
      โฌ†๏ธ This means that you should no longer have to run daml clean on SDK upgrades
      if you use DAR dependencies (e.g. with DAML triggers).

    Sandbox

    • ๐Ÿ‘Œ Improve performance of looking up contracts from postgres. See issue #2330.