mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c23af0eaa0
* Introduce contract key to exercise node Track the contract key in NodeExercises. This is in preparation for adding the key into exercise events, and for support for contract keys in kvutils, where we need to be able to compute the outputs of the submission, e.g. the contract key that would be unset by a consuming exercise. This introduces transaction version 8. * Move release note on contract keys in exercises to unreleased.rst * Address Stephen's review - Drop changelog entry for this change as it is not user facing - Add info on version 8 to transaction.rst. Fix typo in version 7. - Reorder VersionTimeline as per review - Only compare the NodeExercise 'key' if it is set in the original transaction (in order to compare transactions in a backwards compatible manner) * Unbork unreleased.rst |
||
---|---|---|
.. | ||
kvutils | ||
src/main/scala/com/daml/ledger/participant/state | ||
BUILD.bazel |