mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
79e7ca0627
* Add TTL field to protobuf * Add command deduplication to index service * Wire command deduplication to DAO * Implement in-memory command deduplication * Remove Deduplicator * Implement JDBC command deduplication * Add TTL field to domain commands * Deduplicate commands in the submission service CHANGELOG_BEGIN - [Sandbox] Implement a new command submission deduplication mechanism based on a time-to-live (TTL) for commands. See https://github.com/digital-asset/daml/issues/4193 CHANGELOG_END * Remove unused command service parameter * fixup protobuf * Add configuration for TTL * Fix Haskell bindings * Rename SQL table * Add command deduplication test * Redesign command deduplication queries * Address review comment * Address review comment * Address review comments * Make command deduplication test optional * Disable more tests * Address review comments * Address review comments * Refine test * Address review comments * scalafmt * Truncate new table on reset * Store original command result * Rename table columns ... to be consistent with other upcoming tables * Rename migrations to solve conflicts Fixes #4193. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |