Skip to content

horizonclient v1.5.0 & txnbuild v1.5.0

Compare
Choose a tag to compare
@ire-and-curses ire-and-curses released this 10 Oct 15:32
90878f7
  • Dropped support for Go 1.10, 1.11.
  • Add support for stellar-core protocol 12, which implements CAP-0024 ("Make PathPayment Symmetrical"). (#1737).
  • Deprecated: Following CAP-0024, the operation txnbuild.PathPayment is now deprecated in favour of txnbuild.PathPaymentStrictReceive, and will be removed in a future release. This is a rename - the new operation behaves identically to the old one. Client code should be updated to use the new operation.
  • Add: New operation txnbuild.PathPaymentStrictSend allows a path payment to be made where the amount sent is specified, and the amount received can vary.