Skip to content

Conversation

@pawelstepien-da
Copy link
Contributor

No description provided.

Signed-off-by: Pawel Stepien <[email protected]>
…uble-splice-version-test

Signed-off-by: Pawel Stepien <[email protected]>

# Conflicts:
#	scripts/src/lib/utils.ts
Signed-off-by: Pawel Stepien <[email protected]>
…uble-splice-version-test

Signed-off-by: Pawel Stepien <[email protected]>
Signed-off-by: Pawel Stepien <[email protected]>
Signed-off-by: Pawel Stepien <[email protected]>
Signed-off-by: Pawel Stepien <[email protected]>
…uble-splice-version-test

Signed-off-by: Pawel Stepien <[email protected]>
@pawelstepien-da pawelstepien-da marked this pull request as ready for review November 17, 2025 16:27
@pawelstepien-da pawelstepien-da requested review from a team as code owners November 17, 2025 16:27

- name: Download Canton
run: yarn script:fetch:canton
run: yarn script:fetch:canton --network=mainnet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would suggest to add a comment here to remove the network enforcement once we have upgraded the bootstrap script to support canton 3.4

timeout 5m bash -c '
LOGFILE=canton_start.log
yarn start:canton > "$LOGFILE" 2>&1 &
yarn start:canton --network=mainnet > "$LOGFILE" 2>&1 &
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also a TODO comment here

name: docker-logs-${{ matrix.network }}
path: logs/

test-wallet-sdk-e2e:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this ? seems like a task that just echos ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than echo, test-wallet-sdk-e2e has "needs: sdk-e2e" where we have 2 runs for mainnet and devnet (with different names). So it aggregates 2 jobs passing ("sdk-e2e (mainnet)", "sdk-e2e (devnet)") to one "test-wallet-sdk-e2e"
Branch protection rules are for single "test-wallet-sdk-e2e".
We could remove this aggregation step it if we updated branch protection rules to expect something like both:
test-wallet-sdk-e2e (mainnet)
test-wallet-sdk-e2e (devnet)

'#canton-builtin-admin-workflow-ping:Canton.Internal.Ping:Ping'
const version = sdk.userLedger!.getCurrentClientVersion()
const isNewTemplate = greaterOrEqualVersion(version, '3.4')
const myTemplateId = isNewTemplate ? PING_NEW : PING_OLD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while this is a cool way to solve it would probably just change the templateId to use the string for holdings 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, I overcomplicated it a bit :)

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.

3 participants