Skip to content
Documentation/canton-network-docs/Release NotesWallet SDKView on canton-network-docs
canton-network-docs/Release NotesWallet SDK

1.2.0

1.2.0

Released on May 13th, 2026
  • allow connecting to no-auth validator/ledger configurations
the initialization flow now handles setups where /v2/authenticated-user is unavailable and can derive userId from auth context when possible, enabling a smoother connection experience in no-auth and transitional environments.
  • clearer error behavior for missing auth context
error handling during SDK initialization was improved to make missing authentication context issues easier to diagnose and resolve.
  • improved merge UTXO precision under stress
merge UTXO logic was updated to ensure accumulated merge amounts are kept within expected decimal precision, improving reliability for heavy/batch merge scenarios.