Skip to content

v4.0.0

Compare
Choose a tag to compare
@dolanbernard dolanbernard released this 06 Jan 23:27
· 26 commits to master since this release
ed21cdc

Added

  • Added Rng with two default implementations
  • Added ability to provide Rng for calls to MobileCoinClient.prepareTransaction
  • Added SignedContingentInputs which can be used on block version >= 3 networks to quantities of two different tokens
  • Added DestinationWithPaymentRequestMemo and DestinationWithPaymentRequestMemoData
  • Added DestinationWithPaymentIntentMemo and DestinationWithPaymentIntentMemo
  • Added SenderWithPaymentIntentMemo and SenderWithPaymentIntentMemoData
  • Added OwnedTxOut.getSubaddressIndex
  • Added methods to get unvalidated MemoData of SenderMemo, SenderWithPaymentRequestMemo, and SenderWithPaymentIntentMemo

Changed

  • Updated bindings to version 2.0.0
  • Updated okhttp to version 3.11.0

Fixes

  • Fixed insecure transport protocol using TLS
  • Fixed connection reset errors in HTTP clients

Upgrading

No code changes are required to upgrade from 1.2.2.4 to 4.0.0