daml/ledger/backend-api
Gabor Aranyossy 3e154fd682
Sandbox Postgres support with passing api integration tests (#392)
* TransactionServiceIT passes

* fixup

* using record time taken from TimeProvider

* taming TransactionBackPressureIT to avoid overloading of submission service

* implement AutoClosable on all Ledger related components having stateful resources

* reenabling InMemory fixture

* disabling contract key integration test for SandboxSQL fixture

* removing TODO

* bumping up timeout on TransactionServiceIT due to slow Azure pipeline

* 1 minute timeout for SqlLedgerSpec

* making jdbcurl CLI argument hidden

* updating release notes
2019-04-12 12:25:48 +02:00
..
src/main/scala/com/digitalasset/ledger/backend/api/v1 Sandbox Postgres support with passing api integration tests (#392) 2019-04-12 12:25:48 +02:00
BUILD.bazel Move POM file generation to Bazel rules (#374) 2019-04-11 11:24:52 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

The backend-api package defines the trait and supporting data types for implementing a ledger backend.