daml/ledger-api
Robert Autenrieth a3ddde3a9d
Remove MRT and LET (#5172)
Contributes to #4194.
Closes #4231.
Closes #5022.
CHANGELOG_BEGIN
- [Ledger API] The protobuf fields ledger_effective_time and maximum_record_time have been removed from
  command submission. These fields were previously deprecated following the introduction
  of a new ledger time model. See issue `#4194 <https://github.com/digital-asset/daml/issues/4194>`__.
[Java Bindings] removed the usage of ledgerEffectiveTime and
maximumRecordTime, and instead added minLedgerTimeAbsolute and
minLedgerTimeRelative in CommandSubmissionClient and CommandClient
CHANGELOG_END
2020-03-25 16:50:27 +01:00
..
grpc-definitions Remove MRT and LET (#5172) 2020-03-25 16:50:27 +01:00
perf-testing update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
rs-grpc-akka sandbox: Capture timing metrics for API server calls. (#5145) 2020-03-25 09:56:37 +00:00
rs-grpc-bridge rs-grpc-bridge: Split the test library from the tests, and actually run the tests. (#5166) 2020-03-24 19:29:35 +00:00
rs-grpc-testing-utils update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
sample-service sandbox: Capture timing metrics for API server calls. (#5145) 2020-03-25 09:56:37 +00:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils Remove MRT and LET (#5172) 2020-03-25 16:50:27 +01: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 notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
README.md correct broken ledger-api-introduction links (#1565) 2019-06-07 15:18:21 -04:00

Ledger-API

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

  • gRPC API definitions
  • Generated Scala bindings
  • gRPC-RS bridge
  • gRPC-Akka bridge
  • Server API classes with validation
  • Prototype Server
  • Prototype Clients
    • Scala
    • Python
    • Node.js
  • 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.