Skip to content

Releases: lightsail-network/java-stellar-sdk

0.2.1

28 Jun 12:09
Compare
Choose a tag to compare
  • Full compatibility with Horizon 0.13.0 API.
  • Fixed Page.getNextPage #66.

0.2.0

12 Feb 19:14
Compare
Choose a tag to compare
  • Java SDK now works in Android!
  • Price constructor is now public.
  • Added support for new endpoints and fields added in Horizon v0.12.0.

0.1.14

06 Nov 09:33
Compare
Choose a tag to compare
  • Fixed pad() method in XdrInputStream.
  • Added utf8 string support for XdrDataInputStream and XdrDataOutputStream.
  • Fixed AllowTrustOperation.Builder for ASSET_TYPE_CREDIT_ALPHANUM12 assets.

0.1.13

18 Sep 13:15
Compare
Choose a tag to compare
  • KeyPair.sign now throws RuntimeException when KeyPair object does not contain a secret key.
  • SubmitTransactionResponse.getOfferIdFromResult if offer was taken and tx_result does not contain offer ID.

0.1.12

21 Aug 21:48
Compare
Choose a tag to compare
  • Regenerated XDR classes:
    • XdrDataOutputStream class is now padding opaque data.
    • XdrDataInputStream class is now throwing an IOException when padding
      bytes are not zeros.
    • Made methods that shouldn't be used outside of XdrDataOutputStream
      and XdrDataInputStream classes private.
    • Removed unused imports and variables.

0.1.11

10 Jul 15:29
Compare
Choose a tag to compare
  • Added ability to set TimeBounds using Transaction.Builder
  • Implemented /order_book and /order_book/trades requests.

0.1.10

12 Jun 12:27
Compare
Choose a tag to compare
  • Fixed a bug in AssetDeserializer.
  • Fixed a bug in TransactionResponse.

0.1.9

15 Feb 10:01
Compare
Choose a tag to compare
  • Support for new signer types: sha256Hash, preAuthTx.
  • Breaking change Network must be explicitly selected. Previously testnet was a default network.

0.1.8

03 Nov 15:19
Compare
Choose a tag to compare
  • New location of stellar.toml file

0.1.7

12 Sep 11:50
Compare
Choose a tag to compare
  • Support for ManageData operation (c5faa15),
  • AccountFlag enum (4b67e2d).