mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
42adfdc857
* Get rid of deprecated components Removes: - mentions of the Node.js bindings - mentions of the Scala bindings - usage of the Scala codegen as an SDK tool - Java bindings "reactive components" changelog_begin The Node.js bindings are no longer supported as part of the Daml SDK The Scala bindings are no longer supported as part of the Daml SDK The Java bindings reactive components are no longer supported as part of the Daml SDK The `daml codegen` command has dropped support for Scala changelog_end * Fix typo noticed by @cocreature Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Address https://github.com/digital-asset/daml/pull/12167#issuecomment-995714093 * Remove quickstart-scala from the SDK tarballs * Fix failing codegen test * Address https://github.com/digital-asset/daml/pull/12167#pullrequestreview-833991243 Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
550 B
550 B
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.