mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
308f938512
* Unit testing: HA Coordinator * Preparation: switch to fix-thread-pool in AkkaBeforeAndAfterAll to have more stable test runtimes CHANGELOG_BEGIN CHANGELOG_END * Preparation: switch to timer from akka-pattern and Scheduler in waiting-futures, for higher precision timing CHANGELOG_BEGIN CHANGELOG_END * Preparation: prevent race in PollingChecker (corner-case uncovered via sustained testing) CHANGELOG_BEGIN CHANGELOG_END * Preparation - HaCoordinator refactorings: switch from DataSource to connection factory functions to clean dependencies, fixing some typos CHANGELOG_BEGIN CHANGELOG_END * Add test infrastructure for locking CHANGELOG_BEGIN CHANGELOG_END * Reuse StorageBackendTestsDBLock to test TestDBLockStorageBackend CHANGELOG_BEGIN CHANGELOG_END * Add unit test suite for HaCoordinator CHANGELOG_BEGIN CHANGELOG_END * Fix random generation to respect scala 2.12 CHANGELOG_BEGIN CHANGELOG_END * Adds test cases for graceful-shutdown during initialization CHANGELOG_BEGIN CHANGELOG_END * Minor changes based on review CHANGELOG_BEGIN CHANGELOG_END * Some comment rewording based on review CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
grpc-definitions | ||
perf-testing | ||
rs-grpc-akka | ||
rs-grpc-bridge | ||
rs-grpc-testing-utils | ||
sample-service | ||
scripts | ||
testing-utils | ||
.gitignore | ||
.sbtopts | ||
BUILD.bazel | ||
README.md | ||
VERSION |
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.