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

Releases: Synesso/scala-stellar-sdk

Streaming Horizon endpoint support

09 Sep 09:02
Compare
Choose a tag to compare

All of the Horizon endpoints that support streaming are now accessible as Akka Streams Sources. See the sources documentation for details.

Stellar v10 support

09 Sep 01:40
50813fc
Compare
Choose a tag to compare

This release completes Stellar v10 support for implemented endpoints.

  • Support last_modified_ledger and last_modified_time on Offer response objects

BumpSequence support & misc

27 Aug 04:42
Compare
Choose a tag to compare
  • Added BumpSequenceOperation and associated effects.
  • Ability to create KeyPair from a passphrase with KeyPair.fromPassphrase
  • Account endpoint now returns additional information per asset: Trust limit, buy liabilities & sell liabilities.

XDR parsing

28 Apr 06:11
Compare
Choose a tag to compare
  • TransactionResponses allow lazy deserialisation of XDR payloads.
  • XDR strings can be deserialised directly.

v0.1.1

10 Mar 05:41
Compare
Choose a tag to compare

Enables the ability to query Trades in Horizon, including filtering by orderbook or offer id.

v0.1.0

10 Mar 05:49
Compare
Choose a tag to compare

This is the first version that enables transaction submission. It supports ~95% of Horizon querying endpoints.