daml/triggers/runner
Moritz Kiefer cc2ca20336
Make trigger runner specific to a given trigger (#5038)
Previously the runner class was in a weird state where it was specific
to a DAR but not to an individual trigger. This meant that you had to
pass around a fair bit of state which got a bit awkward. This PR
addresses this by making the trigger class specific to the trigger.

It also now accepts `CompiledPackages` instead of a DAR which should
make it easier in the trigger service to support dynamic package
uploads.

changelog_begin
changelog_end
2020-03-17 11:51:06 +01:00
..
src/main Make trigger runner specific to a given trigger (#5038) 2020-03-17 11:51:06 +01:00
BUILD.bazel Fix detection of package ids for triggers (#5016) 2020-03-16 16:13:42 +01:00