daml/ledger-api
Sergey Kisel 9ce2830cd4
Contract Argument Blob API change for the Explicit Disclosure [DPP-1162] (#15012)
* Contract argument blob [DPP-1161].

CHANGELOG_BEGIN

[Ledger API]: Introduce an ability to expose contract arguments as blob if matched by the interface filter using `include_create_arguments_blob` flag in the ``InterfaceFilter``.
Introduce an ability to provide `DisclosedContract.arguments` as a blob instead of a typed `Record`.

CHANGELOG_END

Breaks-protobuf: true


Co-authored-by: Simon Meier <meiersi-da@users.noreply.github.com>
Co-authored-by: atriantafyllos-da <andreas.triantafyllos@digitalasset.com>
2022-09-27 14:30:47 +02:00
..
grpc-definitions Contract Argument Blob API change for the Explicit Disclosure [DPP-1162] (#15012) 2022-09-27 14:30:47 +02:00
perf-testing Update scalafmt to 3.5.1. (#13584) 2022-04-28 09:57:04 +00:00
rs-grpc-akka Improve logging for AkkaExecutionSequencer (#13286) 2022-03-14 21:42:43 +00:00
rs-grpc-bridge rs-grpc-bridge - Close gRPC client call when downstream cancels and no elements were received [KVL-1544] (#14771) 2022-08-23 12:41:19 +00:00
rs-grpc-testing-utils update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
sample-service Update scalafmt to 3.5.1. (#13584) 2022-04-28 09:57:04 +00:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils Repurpose templateId in ExerciseCommand and add interfaceId in ExerciseEvent (#13660) 2022-05-16 15:30:07 +00:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
.sbtopts open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
README.md Get rid of deprecated components (#12167) 2021-12-16 16:55:19 +00:00
VERSION Update Ledger API version and its documentation (#14986) 2022-09-09 10:23:58 +00:00

Ledger-API

This is the API code for the ledger, which contains:

  • gRPC API definitions
  • Generated Scala bindings and client
  • gRPC-RS bridge
  • gRPC-Akka bridge
  • Server API classes with validation
  • Prototype Server
  • Integration tests for all of the above

Documentation

The Ledger API Introduction contains introductory material as well as links to the protodocs reference documentation.

See the docs README for more about how to preview and publish documentation.