daml/ledger/participant-state-index
Robert Autenrieth 98095cf80d
Clean up command deduplication (#4801)
* Always return error on duplicate submissions

* Remove unnecessary submission information

Now that duplicate submissions always return an error,
we don't need to store the original submission result.

CHANGELOG_BEGIN
CHANGELOG_END

* Rename ttl to deduplicationTime/deduplicateUntil

* Store absolute deduplicateUntil in domain commands

* Fix my own initials

* Remove CommandDeduplicationEntry

Instead, use CommandDeduplicationResult everywhere,
removing the extra layer.
2020-03-04 14:08:08 +01:00
..
src/main/scala/com/daml/ledger/participant/state/index/v2 Clean up command deduplication (#4801) 2020-03-04 14:08:08 +01:00
BUILD.bazel Make the completion service return API response directly (#4675) 2020-02-24 18:40:45 +00:00