daml/ledger-api
pbatko-da 37c645333f
Use an error code when AkkaGrpc services get closed (#13175)
changelog_begin
Ledger API Specification: Streaming endpoints will use error code 'SERVER_IS_SHUTTING_DOWN' when the server
is being shut down, whereas before an exception without an error code was used.
Grpc status code in use remains 'UNAVAILABLE'.
changelog_end
2022-03-08 12:48:22 +01:00
..
grpc-definitions user management: document limits (#13040) 2022-02-23 14:55:05 +01:00
perf-testing Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
rs-grpc-akka Use an error code when AkkaGrpc services get closed (#13175) 2022-03-08 12:48:22 +01:00
rs-grpc-bridge update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rs-grpc-testing-utils update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
sample-service Use an error code when AkkaGrpc services get closed (#13175) 2022-03-08 12:48:22 +01:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +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.0 (#12956) 2022-02-16 11:55:49 +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.