daml/ledger-service
Leonid Shlyapnikov 93216a0d71
Template ID to JsString JSON serialization (#3991)
* test cases: domain.TemplateId JSON serialization to JsString

* JSON protocol updated

* Fixing json-api test cases

* test cases: domain.TemplateId JSON serialization to JsString

* JSON protocol updated

* Fixing json-api test cases

* Adapt daml2ts and support libraries

* Update documentation

CHANGELOG_BEGIN

[JSON API - Experimental]
- Use JSON string to encode template IDs. Use colon (``:``) to separate parts of the ID.
  The request format, with optional package ID:
  - "<module>:<entity>"
  - "<package ID>:<module>:<entity>"
  The response always contains fully qualified template ID in the format:
  - "<package ID>:<module>:<entity>"
  See #3647.

CHANGELOG_END

* Minor documentation formatting changes.

Co-authored-by: Martin Huschenbett <martin.huschenbett@posteo.me>
2020-01-09 14:43:41 -05:00
..
db-backend Aligning DB contract table with domain.ActiveContract class (#3989) 2020-01-08 20:39:57 +00:00
http-json Template ID to JsString JSON serialization (#3991) 2020-01-09 14:43:41 -05:00
jwt ECDA512 algorithm support (#3953) 2020-01-09 07:25:04 -05:00
lf-value-json Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
utils Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00