daml/ledger-api
Marton Nagy 8d66fc6c1b
Minor fixes for Ledger API V2 (#17001)
* Switch string to Value.Identifier for the reassignment's template ID
* Fix invalid references to ledger_offset
* Disables backwards compatibility check to make CI pass (this will be removed later)

[CHANGELOG_BEGIN]
[CHANGELOG_END]
2023-06-16 09:00:56 +00:00
..
grpc-definitions Minor fixes for Ledger API V2 (#17001) 2023-06-16 09:00:56 +00:00
perf-testing bump copyright (#16002) 2023-01-04 18:21:15 +01:00
rs-grpc-akka remove dependency on ledger/errors from ledger-api (#16263) 2023-02-09 17:26:55 +01:00
rs-grpc-bridge bump copyright (#16002) 2023-01-04 18:21:15 +01:00
rs-grpc-testing-utils bump copyright (#16002) 2023-01-04 18:21:15 +01:00
sample-service Attempt at fixing a flaky test in Canton (#16497) 2023-03-09 12:54:22 +00:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils Remove circular dependency on the //ledger project caused by ledger-resources [DPP-1410] (#16295) 2023-02-13 08:38:44 +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 bump copyright (#16002) 2023-01-04 18:21:15 +01:00
README.md Get rid of deprecated components (#12167) 2021-12-16 16:55:19 +00:00
VERSION bump ledger-api version to 2.3 (#16338) 2023-02-17 18:18: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.