github PolymeshAssociation/polymesh-sdk v13.0.0-alpha.16

latest releases: v24.3.0-beta.1, v24.3.0-alpha.6, v24.3.0-alpha.5...
pre-release2 years ago

13.0.0-alpha.16 (2022-01-27)

Features

  • support batching different transactions (570256f)

BREAKING CHANGES

    • throw an error on the addInstructions procedure if the instruction array is empty
  • throw an error when running a transaction queue if the caller is being subsidized and one or
    more transactions in the queue can’t be subsidized
  • remove the tag and args properties from PolymeshTransactionBatch. The corresponding data
    about transactions in the batch is now returned by the transactions getter
  • stop splitting batch transaction arguments into smaller chunks when they are too large. This is
    part of a move away from Transaction Queues. Passing large inputs will now result in an error
    on the chain side in some cases. This will be caught and handled before sending in a future
    version
  • remove transaction argument grouping. Before, transactions that took variable sized input
    (such as addDocuments) would attempt to split the argument list if too large

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.