daml/ledger-api
Marton Nagy 6d27505010
Drop gRPC server side custom codegen (#15763)
* Drop gRPC server side custom codegen

[CHANGELOG_BEGIN]
[CHANGELOG_END]

* Do not generate maven jar for ledger-api-akka and more cleanup

* Extract by-name source evaluation outside synchronized

* Addressed Martino's review comment

Co-authored-by: Tudor Voicu <tudor.voicu@digitalasset.com>
2022-12-12 08:35:56 +01:00
..
grpc-definitions Identity Provider Management exposed via API [DPP-1334] (#15774) 2022-12-09 10:25:14 +01:00
perf-testing Revert "Upgrade dependencies to their latest stable release (#15216)" (#15309) 2022-10-24 08:33:37 +02:00
rs-grpc-akka Drop gRPC server side custom codegen (#15763) 2022-12-12 08:35:56 +01: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 Drop gRPC server side custom codegen (#15763) 2022-12-12 08:35:56 +01:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils Add grpc server interceptor with golden metrics [PLEN-9] (#15447) 2022-11-10 17:50:41 +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 bump ledger api version to 2.2 (#15713) 2022-11-28 17:20:45 +01: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.