Skip to content

Releases: Trustology/trustvault-nodejs-sdk

1.5.6 - add correct typing to the SubWalletType

26 Nov 14:37
Compare
Choose a tag to compare

fix: add correct typing to the SubWalletType

1.5.5 - createSubWallet and create more complex wallet policies

25 Nov 22:46
Compare
Choose a tag to compare

new features:

  • createSubWallet - allows the creation of a subWallet
  • createWalletPolicyChangeRequest - allows the creation of a wallet policy change request passing in a complex policy schedule
  • getRequest - now returns optional transactionHash, signatures, rawTransactionBytes from a request if possible

1.5.0 - Support for ETH sign typed and ETH personal sign webhook

08 Sep 09:13
Compare
Choose a tag to compare

features:

  • Webhook support for Ethereum signTyped and personalSign transactions
  • requestInfo object passed to signCallback which gives access to the requestId of the signing request

1.3.0 - Allow for reason to be added when cancelling transaction request

07 Sep 13:12
Compare
Choose a tag to compare

feat: cancelRequest now allows for an optional reason parameter to explain why the request is being cancelled

1.2.11 - Allow to set nonce for ETH transations

11 May 14:48
Compare
Choose a tag to compare

feat: support setting the nonce for ETH transactions
fix: audit fix

1.2.10

05 May 10:34
Compare
Choose a tag to compare
  • fix: correct validation for create ERC-20 transaction
  • chore: correct docs

1.2.9 - Allow custom gasPrice / gasLimit

26 Apr 10:27
Compare
Choose a tag to compare

This release includes a number of fixes:

new features:

  • sendEthereum can support custom gasPrice and gasLimit
  • Added new property to the Webhook TRANSACTION_CREATED to show the transferValueDefinition

1.2.1 - Better Sub-Wallet support

09 Dec 23:38
Compare
Choose a tag to compare

This release includes a number of fixes and enhancements:

new features:

  • Create getSubWalletsConnection to support paging of sub-wallets
  • Add options to getSubWallet and getSubWalletsConnection to support includeBalances. Default is false which will be faster performance and not retrieve balances of sub-wallet assets
  • Add getSubWallet to retrieve a single subWallet

fixes:

  • Force sendEthereum amount parameter to be a string (it previously errored after submitting if the amount was a number)

other:

  • Deprecate getWallets as it does not support paging