daml/ledger-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
..
cli-opts bump copyright (#16002) 2023-01-04 18:21:15 +01:00
db-backend JSON API: add PruningTest and make it pass (#17167) 2023-07-27 09:12:22 +10:00
fetch-contracts Rewire the build to use ledger-api within canton (#17959) 2023-12-04 16:11:13 +01:00
http-json Make more tests main-only (#17963) 2023-12-04 15:37:36 +01:00
http-json-cli Add config parameter for custom scopes in http-json (#17727) 2023-11-21 14:07:11 +01:00
http-json-ledger-client disentangle ledger api (#17831) 2023-11-14 22:44:10 +01:00
http-json-oracle disentangle ledger api (#17831) 2023-11-14 22:44:10 +01:00
http-json-perf Mark gatling dependencies as deprecated (#17820) 2023-11-15 18:22:54 +00:00
http-json-testing remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
lf-value-json Scala upgrade to 2.13.11 (#17803) 2023-11-13 09:05:39 +01:00
metrics Switch from Akka to Pekko (#17814) 2023-11-13 23:22:22 +00:00
pureconfig-utils Switch from Akka to Pekko (#17814) 2023-11-13 23:22:22 +00:00
utils Switch from Akka to Pekko (#17814) 2023-11-13 23:22:22 +00:00