mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-14 18:24:27 +03:00
fb86152f8c
Previously parts of the initialization, in particular, the code for finding the filter and the heartbeat were part of the Runner. This led to an akward API and didn’t really make any sense. Now all of this code is part of a pure `Trigger.fromIdentifier` method and the runner only takes care of actually running the ledger. This could also be useful for the trigger service where we might want to synchronously call `getIdentifier` so users get some indication if there request even points to a valid trigger directly. However, this is not tackled by this PR. changelog_begin changelog_end |
||
---|---|---|
.. | ||
src/main | ||
BUILD.bazel |