daml/daml-lf/tests
Jussi Mäki f0c4f2820c
Add NodeInfo and informeesOfNode method. Fix witnesses of top-level fetches. (#4217)
This adds the NodeInfo trait to compute the informees of a node and the
required authorizers. This has been separated into its own trait as this
computation is also required (externally) for serialized transaction nodes
in a context where the full deserialization of the node would be prohibitively
expensive.

While doing this change and cleaning up transaction authorization it was
discovered that top-level fetches (which can only be created from scenarios)
did not include the submitter as a witnessing party.

CHANGELOG_BEGIN
[DAML SDK] Fix computation of witnesses of top-level fetch nodes in scenario results ("known to").
CHANGELOG_END
2020-02-05 14:17:32 +00:00
..
scenario Add NodeInfo and informeesOfNode method. Fix witnesses of top-level fetches. (#4217) 2020-02-05 14:17:32 +00:00
AuthorizedDivulgence.daml update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
BasicTests.daml Partition function to prelude (#4318) 2020-01-31 12:20:50 +01:00
BUILD.bazel update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
ConjunctionChoices.daml update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-lf-test.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
DontDiscloseNonConsumingExercisesToObservers.daml update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
LargeTransaction.daml update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
Optional.daml update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
scala-test-limited-stack.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00