mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
18349be069
* Fix conversion from contract to node ids in the scenario service Previously we only included the mapping from the ledger. However, this does not include any contracts which might have been created in a partial transaction that failed. This caused a `NoSuchElementException` when converting the error which is obviously not what we want. This PR extends the mapping to include any contracts created in the current partial transaction. changelog_begin - [DAML Studio] Fix a bug where a failed transaction that included references to a transient contract returned a gRPC error instead of the expected error message. changelog_end * Update compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala Co-Authored-By: Remy <remy.haemmerle@daml.com> * Update compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala Co-Authored-By: Remy <remy.haemmerle@daml.com> * Update compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala Co-Authored-By: Remy <remy.haemmerle@daml.com> * Update compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala Co-Authored-By: Remy <remy.haemmerle@daml.com> * Update compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala Co-Authored-By: Remy <remy.haemmerle@daml.com> Co-authored-by: Remy <remy.haemmerle@daml.com> |
||
---|---|---|
.. | ||
bond-trading | ||
daml-test-files | ||
dars | ||
src | ||
BUILD.bazel | ||
ReplTest.daml | ||
util.bzl |