mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
cc2ca20336
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 |
||
---|---|---|
.. | ||
src/main | ||
BUILD.bazel |