User story / Problem statement
Currently the root overrides pins @canton-network/dapp-sdk to 1.1.0, silently blocking the 1.1→1.2 bump, and carpincho-wallet is on @types/node ^24 while the rest of the repo is on ^25. The Canton SDK family also trails by a minor.
Expected outcome
The Canton SDK packages are on their latest minor, the override no longer blocks the bump, and the @types/node split install is removed.
Acceptance criteria
Technical notes
Part of #76. Treat as one SDK-family change because the override must move in lockstep with the bump.
User story / Problem statement
Currently the root
overridespins@canton-network/dapp-sdkto1.1.0, silently blocking the 1.1→1.2 bump, andcarpincho-walletis on@types/node ^24while the rest of the repo is on^25. The Canton SDK family also trails by a minor.Expected outcome
The Canton SDK packages are on their latest minor, the override no longer blocks the bump, and the
@types/nodesplit install is removed.Acceptance criteria
@canton-network/dapp-sdkoverride@canton-network/dapp-sdk1.1.0 → 1.2.0@canton-network/core-splice-provider1.4.0 → 1.5.0@canton-network/core-types1.4.0 → 1.5.0@canton-network/core-wallet-dapp-rpc-client1.4.0 → 1.5.0carpincho-wallet@types/node^24 → ^25npm installclean, lint + typecheck + tests passTechnical notes
Part of #76. Treat as one SDK-family change because the override must move in lockstep with the bump.