daml/docs/source
Stephen Compall bda13392fd
replace getContracts with query Action, usable in initialize, updateState, rule (#7632)
* add ACS reader to TriggerA and TriggerStateA

* propagate changes in TriggerA, TriggerStateA structure

* allow query to be used in updateState and rule

* remove getTemplates

* remove ACS argument from updateState and rule

* fix type parameter order on query

* use query function in all tests and examples

* replace getContracts with query in documentation

* use wildcards instead of otherwise

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>

* rename TriggerStateA to TriggerUpdateA

- suggested by @cocreature; thanks

* missed renamings of TriggerStateA to TriggerUpdateA

- suggested by @cocreature; thanks

* make the meaning of the rlift functions clearer

* make initialize a TriggerInitializeA instead of a function; remove getContracts

* update tests and examples for new initialize signature

CHANGELOG_BEGIN
- [Triggers] Trigger ``updateState``, ``rule``, and ``initialize`` functions no
  longer accept an ``ACS`` argument; instead, they must use the ``query`` action
  to query the ACS, similar to the same function in DAML Script.
  See `issue #7632 <https://github.com/digital-asset/daml/pull/7632>`__.
CHANGELOG_END

* disable older compatibility trigger builds

Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
2020-10-13 13:20:43 -04:00
..
app-dev Fix typos (#7590) 2020-10-07 11:27:57 +02:00
concepts Check closing quotes (#7528) 2020-10-02 14:53:10 +02:00
daml Rename more contract instance (#7557) 2020-10-02 15:30:53 +02:00
daml-integration-kit Check closing quotes (#7528) 2020-10-02 14:53:10 +02:00
daml-repl Check closing quotes (#7528) 2020-10-02 14:53:10 +02:00
daml-script Check closing quotes (#7528) 2020-10-02 14:53:10 +02:00
deploy Move besu to commercially supported ledgers (#7560) 2020-10-02 16:47:19 +00:00
examples Docs: Remove refernce to ex-upgrade example (#5650) 2020-04-21 15:10:28 +00:00
getting-started language: Rebuild/redeploy on key press (#7562) 2020-10-08 17:10:25 +02:00
json-api Update JSON API docs to mention multi-party queries (#7609) 2020-10-08 18:06:41 +02:00
support Check closing quotes (#7528) 2020-10-02 14:53:10 +02:00
tools Add timer to track queue delay in InstrumentedSource.queue (#7601) 2020-10-08 13:18:31 +00:00
triggers replace getContracts with query Action, usable in initialize, updateState, rule (#7632) 2020-10-13 13:20:43 -04:00
upgrade replace getContracts with query Action, usable in initialize, updateState, rule (#7632) 2020-10-13 13:20:43 -04:00
index.rst Documentation of our support and compatibility framework (#7458) 2020-09-24 14:40:57 +00:00