canton-network-docs/Release NotesWallet SDK
0.21.0
0.21.0
Released on February 6th, 2026- pagination support for listing UTXOs
listHoldingsUtxo was limited to the ledger API upper bound of 200 items per request. For parties with a large number of holdings
this meant not all UTXOs would be returned. A new optional continueUntilCompletion parameter has been added that when set to true will
automatically page through all results, making it possible to reliably work with parties that hold more than 200 UTXOs.
- cost estimation now returned when using Canton 3.4
prepareSubmission against a Canton 3.4 participant the costEstimation field was previously dropped from the
response. The response type has been corrected and the cost estimation is now correctly surfaced.