daml/triggers/service
Remy 96f16df3c0
remove script/trigger/cantonFixture deps on scala-bindings (#17954)
Basically we remove the dependency of different components on "//language-support/scala/bindings" by:

- replacing com.daml.ledger.api.refinements.ApiTypes.Party by com.daml.lf.data.Ref.Party
- replacing com.daml.ledger.api.refinements.ApiTypes.ApplicationId by Option[com.daml.lf.data.Ref.ApplicationId] (here we use option as ApiTypes.ApplicationId allows empty string while Ref.ApplicationId does not).
- adding rounding logic for timestamp in com.daml.lf.data.Time.Timestamp and use it instead of the one from com.daml.api.util.TimestampConversion

Note we did not clean daml-sript export as it have never pass the alpha stage and will be dropped with the 3.x fork.
2023-12-05 15:08:09 +00:00
..
auth remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
release Ensure logging context is present in release logback.xml and trigger logging is INFO by default 2023-01-13 15:07:40 +00:00
src remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
test-model Trigger rule and step interpreter timeout hard limits (#16296) 2023-02-21 17:21:06 +00:00
authentication.md Don't always redirect to /login automatically (#8532) 2021-01-18 14:03:39 +00:00
BUILD.bazel remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
hash-migrations.sh bump copyright (#16002) 2023-01-04 18:21:15 +01:00