Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Support for Core v12 and Horizon v0.22.1

Compare
Choose a tag to compare
@Synesso Synesso released this 11 Oct 12:32
· 267 commits to master since this release

0.10.1

  • #156 Adds support for Core v12 and Horizon v0.22.1

Breaking changes

  • The project is no longer published to bintray and maven central. JitPack resolver needs to be
    added. See README for a sample build.sbt config.

  • In line with the changes to the core protocol:

    • PathPaymentOperation has been renamed to PathPaymentStrictReceiveOperation
    • PathPaymentStrictSendOperation has been added.

    These operations are differentiated by which party (sender or receiver) will have their funds
    explicitly stated. The other party will obtain the best rate available via the path supplied.