mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-09 15:37:05 +03:00
96f16df3c0
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. |
||
---|---|---|
.. | ||
daml | ||
data | ||
scala | ||
acs-growth.rst | ||
BUILD.bazel | ||
contention.rst | ||
development.rst | ||
overview.rst | ||
shell.nix |