Skip to content

Commit 774903b

Browse files
author
Azure Pipelines Daml Build
committed
update canton to 20260121.17830.vc45f9539
tell-slack: canton
1 parent 2122bfd commit 774903b

File tree

296 files changed

+10559
-4690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+10559
-4690
lines changed

sdk/canton/community/app-base/src/main/scala/com/digitalasset/canton/config/CantonConfig.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,9 @@ final case class CantonConfig(
454454
commitmentMismatchDebugging = participantParameters.commitmentMismatchDebugging,
455455
commitmentProcessorNrAcsChangesBehindToTriggerCatchUp =
456456
participantParameters.commitmentProcessorNrAcsChangesBehindToTriggerCatchUp,
457+
commitmentReduceParallelism = participantParameters.commitmentReduceParallelism,
457458
autoSyncProtocolFeatureFlags = participantParameters.autoSyncProtocolFeatureFlags,
459+
alphaMultiSynchronizerSupport = participantParameters.alphaMultiSynchronizerSupport,
458460
)
459461
}
460462

sdk/canton/community/app-base/src/main/scala/com/digitalasset/canton/console/commands/LedgerApiAdministration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ trait BaseLedgerApiAdministration extends NoTracing with StreamingCommandHelper
317317
)
318318
def reassignments(
319319
partyIds: Set[Party],
320-
filterTemplates: Seq[TemplateId],
321320
completeAfter: PositiveInt,
321+
filterTemplates: Seq[TemplateId] = Nil,
322322
beginOffsetExclusive: Long = 0L,
323323
endOffsetInclusive: Option[Long] = None,
324324
verbose: Boolean = false,

0 commit comments

Comments
 (0)