daml/daml-script/test
Moritz Kiefer f8a82ad25f
Add queryContractId to DAML Script (#7289)
* Add queryContractId to DAML Script

I’ve switched between a few different naming options and in the end
settled on this one:

- `lookupContract`, not too bad but misses the connection to `query`
- `queryCid`, we don’t abbreviate this in other places in our API so I
  don’t think we should here.
- `queryContractId`, makes the connection clear and no
  abbreviation. We could also add `queryContractKey` later

changelog_begin

- [DAML Script] Add a `queryContractId` function for querying for a
  contract with the given identifier.

changelog_end

* Fix test

changelog_begin
changelog_end
2020-09-01 10:31:34 +00:00
..
daml Add queryContractId to DAML Script (#7289) 2020-09-01 10:31:34 +00:00
src Add queryContractId to DAML Script (#7289) 2020-09-01 10:31:34 +00:00
BUILD.bazel Use TO_TEXT_CONTRACT_ID in Show instance of ContractId (#7153) 2020-08-17 17:06:24 +02:00
daml-script-test-runner.sh Add queryContractId to DAML Script (#7289) 2020-09-01 10:31:34 +00:00