Skip to content

1.0.5

Compare
Choose a tag to compare
@gabrielkuettel gabrielkuettel released this 30 Dec 00:29
· 130 commits to main since this release
509fae7

How to upgrade

Yarn

npm install @txnlab/use-wallet@latest

NPM

yarn upgrade @txnlab/use-wallet --latest

What's Changed

  • Fix the signer method so that it accepts both signed and unsigned transactions.
  • Add the indexesToSign option to signTransactions to optionally specify which indexes of the group should be signed
  • Add the returnGroup parameter to signTransactions to specify if all transactions that were passed should be returned, or just the ones signed by the provider.

Full Changelog: v1.0.4...v1.0.5