Skip to main content

0.12.0

Released on October 15th, 2025
  • Important!: The custom meta-data on create transfer have changed format
  • Feature app marker delegation proxy
The Wallet SDK is heavy focused on external party submission flows, however there are certain administrative tasks that requires using the validator operator party (which is internally hosted). This is especially useful for setting up delegation proxy contract needed for featured app markers.
  • Possibility to create commands offline
certain commands like transfer required to be performed in an online context, this was needed to fetch relevant data like transferInstruction choice context. This method (and allocation) have now been extended with optional parameters in case that it is preferred to be pre-fetched.
  • Fetch contract by id
  • TLS enablement for grpc admin (topologyController)
TLS configuration can now be provided for the topologyController allowing a safe and secure connection.
  • Stress tested party creation
Party creation is under heavy load on mainnet and would consistently run into: The server was not able to produce a timely response to your request. Safe guard has been added against this, when the error occurs we continuously look for the party to be available. If a timeout is required then it will have to be handled outside of the method. It is worth nothing that the party creation has no timeout on ledger. you can disable this by setting expectHeavyLoad to false