daml/triggers/tests/scenarios
Stephen Compall 1d638c29cb
queryContractId and queryContractKey for high-level triggers (#7726)
* queryContractId and queryContractKey, trivially

* add changelog

CHANGELOG_BEGIN
- [Triggers] Two new functions are available for querying the ACS:
  ``queryContractId``, for looking up a contract by ID, and ``queryContractKey``
  for looking one up by key.
  See `issue #7726 <https://github.com/digital-asset/daml/pull/7726>`__.
CHANGELOG_END

* more efficient, direct queryContractId implementation

* flip getContractById's arguments, avoid 'flip'

* test queryContractKey

* test queryContractId
2020-10-20 09:50:59 -04:00
..
BUILD.bazel Migrate trigger assertion library to DAML Script (#7318) 2020-09-04 13:48:50 +02:00
daml.yaml replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
Rule.daml queryContractId and queryContractKey for high-level triggers (#7726) 2020-10-20 09:50:59 -04:00
test-scenarios.sh use GenMaps for trigger ACS (#7365) 2020-09-15 12:30:23 -04:00