mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
2c08586d33
* Expose Daml stacktraces for Daml Script errors This finally plugs together the pieces from the previous PRs to provide stacktraces on any ScriptF command (and thereby anything involving an interaction with the ledger). fixes #8754 changelog_begin - [Daml Script] When running Daml Script on the command line you will now see a Daml stacktrace on failures to interact with the ledger which makes it significantly easier to track down which of the calls fails. By default, you will only get the callsite of functions like `submit`. To extend the stack trace, add `HasCallStack` constraints to functions and those will also be included. changelog_end * Fix non-determinism in tests changelog_begin changelog_end * fmt changelog_begin changelog_end |
||
---|---|---|
.. | ||
client | ||
protos | ||
server |