Skip to content

Conversation

@friedemannf
Copy link
Member

@friedemannf friedemannf commented Jan 24, 2026


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes enhance the readability and maintainability of the code by removing an unnecessary import and updating a method to exclude an unused parameter. This simplification potentially reduces confusion and aligns with clean coding practices.

What

  • framework/components/blockchain/canton/splice.go
    • Removed the time package import. This change likely reflects a cleanup in the code where time-based operations were deemed unnecessary within the current context.
    • In the SpliceContainerRequest function, the WithStartupTimeout method call was removed from the WaitingFor configuration of the splice container request. This implies that the default startup timeout is now relied upon, possibly because the explicit timeout was either too restrictive or unnecessary.

@friedemannf friedemannf changed the title Remove Canton Splice timeout Increase Canton startup timeouts Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant