mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 10:08:03 +03:00
90cfe8b955
The trigger runner (delibaretely) only cares about the high-level API. This means that we can change the high-level API without breaking backwards compatibility in the runner. However, we do of course have to change the trigger code written in the high-level API. This PR addresses this by making the code depend on the version. Unfortunately we cannot use CPP here (something I don’t say very often) so this is done in a Bazel function. The last low-level breaking change was the change to `CommandId` generation so we go back to that. changelog_begin changelog_end |
||
---|---|---|
.. | ||
client_server | ||
create-daml-app | ||
daml_ledger | ||
daml_script | ||
daml_trigger | ||
data_dependencies | ||
test_utils | ||
BUILD | ||
create_daml_app_test.sh | ||
daml_ledger_test.sh | ||
daml_sdk.bzl | ||
daml.cc.tpl | ||
sandbox-with-postgres.sh | ||
testing.bzl | ||
versions.bzl |