mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 10:08:03 +03:00
a55eabb132
* drop payload and key instead of passing through * build a "hidden" dar with a new template for build-and-lint-test * test the events that come back; passing * test key and that template is definitely not registered * confirm test fails without changes to @daml/ledger ✕ undecodable exercise result event data is discarded (334 ms) ● interfaces › undecodable exercise result event data is discarded Failed to look up template 24124e8b5ae6c7f06835529d5b7338ed32308cdcb6409ba72f88351da9145ff1:Hidden:NotVisibleInTs. Make sure your @daml/types version agrees with the used Daml SDK version. at lookupTemplate (../../../../language-support/ts/daml-types/index.ts:269:11) at ../../../../language-support/ts/daml-ledger/index.ts:196:59 at ../node_modules/@mojotech/json-type-validation/src/decoder.ts:795:31 at Result.andThen (../node_modules/@mojotech/json-type-validation/src/result.ts:130:19) at Decoder.decode (../node_modules/@mojotech/json-type-validation/src/decoder.ts:795:7) at Decoder.decode (../node_modules/@mojotech/json-type-validation/src/decoder.ts:312:37) at Decoder.decode (../node_modules/@mojotech/json-type-validation/src/decoder.ts:501:31) at decodeValue_1 (../node_modules/@mojotech/json-type-validation/src/decoder.ts:371:68) at ../node_modules/@mojotech/json-type-validation/src/decoder.ts:375:65 at Array.reduce (<anonymous>) CHANGELOG_BEGIN - [JS codegen] Exercise no longer fails on unrecognized templates occurring in create/archive events resulting from an exercise, such as may happen when exercising interface choices; instead, any such "uninterpretable creates" have their payloads changed to ``{}`` and their keys removed. CHANGELOG_END |
||
---|---|---|
.. | ||
codegen | ||
daml-ledger | ||
daml-react | ||
daml-types | ||
packages | ||
.gitignore | ||
BUILD.bazel | ||
defs.bzl | ||
eslint.bzl | ||
jest.bzl | ||
package.json | ||
typedoc.bzl |