-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
participant-integration-api: Move
TrackerMap
code around. [KVL-1009] (
#10653) * participant-integration-api: Make `TrackerMap` a `Tracker`. Mostly by moving parameters around. CHANGELOG_BEGIN CHANGELOG_END * participant-integration-api: Clean up `TrackerMap` a little more. * participant-integration-api: Make `TrackerMap` generic. * participant-integration-api: Move `Tracker.WithLastSubmission`. It's only used by `TrackerMap`, so now it's an internal class there. * participant-integration-api: Only provide the key to `newTracker`. * participant-integration-api: Subsume the `TrackerMap` cleanup schedule. * participant-integration-api: Construct the tracker map outside. * ledger-api-common: Remove some unnecessary braces. * participant-integration-api: Prettify `TrackerMap` some more. * participant-integration-api: Make `TrackerMap.selfCleaning` a class. * participant-integration-api: Add some tests for TrackerMap. * participant-integration-api: Convert a method to `Runnable`, 2.12-style. Apparently underscores aren't good enough. * ledger-api-client: Delete CompletionSuccess#unapply. It doesn't work on Scala 2.12.
- Loading branch information
1 parent
640fb68
commit ef239fd
Showing
8 changed files
with
358 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.