daml/ledger/participant-state-index
Stefano Baghino 0e02690382
Make the completion service return API response directly (#4675)
* Make the completion service return API response directly

Skip intermediate transformation to CompletionEvent and return the API
response directly. This approach will be followed by a new implementation
that directly stores to and retrieves from the index instead of using the
transaction stream and filtering it.

CHANGELOG_BEGIN
CHANGELOG_END

* Fix build errors

* Address https://github.com/digital-asset/daml/pull/4675#discussion_r383405441

* Address https://github.com/digital-asset/daml/pull/4675#discussion_r383406125

* Address https://github.com/digital-asset/daml/pull/4675#discussion_r383405965
2020-02-24 18:40:45 +00:00
..
src/main/scala/com/daml/ledger/participant/state/index/v2 Make the completion service return API response directly (#4675) 2020-02-24 18:40:45 +00:00
BUILD.bazel Make the completion service return API response directly (#4675) 2020-02-24 18:40:45 +00:00