daml/ledger/participant-state-index
Gerolf Seitz ecf6ece8c4
CommandService returns useful data for successful submissions (#875)
Submitting a command via the CommandService now returns either the
transaction id (SubmitAndWaitForTransactionId), the flat transaction
(SubmitAndWaitForTransactionResponse), or the transaction tree
(SubmitAndWaitForTransactionTreeResponse).

This means that users don't have to wade through the transaction stream
to retrieve the resulting transaction. This is particularly useful in
combination with #479.

Fixes #406
2019-05-03 16:01:41 +02:00
..
reference CommandService returns useful data for successful submissions (#875) 2019-05-03 16:01:41 +02:00
src/main/scala/com/daml/ledger/participant/state/index/v1 CommandService returns useful data for successful submissions (#875) 2019-05-03 16:01:41 +02:00
BUILD.bazel validate invariants on the transaction streams in indexer (#561) 2019-04-25 14:58:37 +02:00