daml/ledger/ledger-api-common
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 Clean up command deduplication (#4801) 2020-03-04 14:08:08 +01:00
BUILD.bazel Tighten the loop: backend services to return API responses (#4763) 2020-03-02 15:06:38 +00:00