Skip to main content

0.10.0

Released on October 2nd, 2025
  • Self-issue feature app rights
you can now grant yourself feature app rights (similar to the wallet UI) for both internal and external parties
  • localNet variation for AppProvider & AppUser
you can now use both the appProvider and AppUser easily for show operations between two validators
LocalNet..Default still exists, they as previously defaults to the appUser validator
  • topology transaction recalculate hash
you can now offline validate a topology transaction by recomputing the hash
  • new awaiting variation with prepareSignExecuteAndWaitFor & executeSubmissionAndWaitFor
release 0.7.0 introduced the waitForCompletion, we have now backed that into the executions
  • executeSubmission now returns the submissionId similarly to prepareSignAndExecuteTransaction
  • fixed thrown exception for missing seed when using TopologyController.createTransactionHash
  • prepareSubmission now has same command input signature as prepareSignAndExecuteTransaction