0.11.0
Released on October 10th, 2025- Added support to tap internal parties
- Dar-file manage
- Full support for token standard allocations
- Party onboarding can now be done on the ledgerController instead of the TopologyController
sdk.topology?.prepareExternalPartyTopology sdk.userLedger?.generateExternalParty
sdk.topology?.submitExternalPartyTopology sdk.userLedger?.allocateExternalParty
sdk.topology?.prepareSignAndSubmitExternalParty sdk.userLedger?.signAndAllocateExternalParty
================================================= ==============================================
the multi-hosted configuration is the same, except that the ledger you call should not be included in the array
- User creation and rights management
- ListWallets now returns a list of partyIds instead of partyDetails
- ListWallets now correctly returns the parties that the user has access to (including CanReadAsAnyParty)
- Extended the max timeout when onboarding a party from 20s to 1 minute
- Party onboarding now queries the specific party instead of all parties (performance improvement)
- Party onboarding now has idempotent behavior
- Default values changed for Wallet SDK from
localLedgerDefaulttolocalNetledgerDefaulton all controllers