daml/ledger-api
Simon Maxen 6f96aa5e0b
Event query service [DPP-1366] (#16273)
* Add EventQueryService (conformance disabled)

* Update with review comments

* Limit by ledger end

* Limit iterations searching for visible contract key

* Test with choice that recreates key

* Update proto comments

* Add to event query service to services document

* Inject message into token validator

* Fix docs typo

* Improve docs
2023-02-15 17:01:14 +01:00
..
grpc-definitions Event query service [DPP-1366] (#16273) 2023-02-15 17:01:14 +01: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 bump copyright (#16002) 2023-01-04 18:21:15 +01: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.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.