daml/language-support
Martin Huschenbett 00f23ef7d5
Rename Contract type to CreateEvent and move it to daml-ledger-fetch (#3869)
What was called `Contract` until now is actually a create event. Hence the
renaming. We'll most likely get a `Contract` type in DAML as well and this
renaming will avoid a name conflict. Also, create events are not part of
DAML-LF values and hence not generated by `daml2ts`. Thus, there's not need
to have them in `daml-json-types`. Instead, they should be in a future
`daml-json-api-types` package which captures the types used by the JSON API.
2019-12-17 15:05:32 +01:00
..
codegen-common Replace bazel-deps by rules_jvm_external (#3253) 2019-10-28 13:53:14 +01:00
codegen-main Reduce SDK tarball size by 70% by deduplicating Scala dependencies. (#3678) 2019-11-29 13:26:47 +00:00
hs/bindings Async package management (#3806) 2019-12-13 09:56:47 +01:00
java restore 0.13.38 logging defaults for daml jars (#3819) 2019-12-12 14:02:23 +01:00
scala Sandbox: Fix warnings in SandboxServer. (#3853) 2019-12-14 20:52:03 +00:00
ts/codegen Rename Contract type to CreateEvent and move it to daml-ledger-fetch (#3869) 2019-12-17 15:05:32 +01:00