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