daml/language-support/scala
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
..
bindings Rewire the build to use ledger-api within canton (#17959) 2023-12-04 16:11:13 +01:00
bindings-pekko Adopt the repository to the movement of java bindings (#17913) 2023-11-30 22:43:35 +01:00
bindings-pekko-testing disentangle ledger api (#17831) 2023-11-14 22:44:10 +01:00
codegen Introduce LF2 major version (#17348) 2023-09-13 10:01:42 +02:00
codegen-sample-app remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
codegen-testing Scala upgrade to 2.13.11 (#17803) 2023-11-13 09:05:39 +01:00