This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Releases: Synesso/scala-stellar-sdk
Releases · Synesso/scala-stellar-sdk
Streaming Horizon endpoint support
All of the Horizon endpoints that support streaming are now accessible as Akka Streams Source
s. See the sources documentation for details.
Stellar v10 support
This release completes Stellar v10 support for implemented endpoints.
- Support
last_modified_ledger
andlast_modified_time
on Offer response objects
BumpSequence support & misc
- Added
BumpSequenceOperation
and associated effects. - Ability to create
KeyPair
from a passphrase withKeyPair.fromPassphrase
- Account endpoint now returns additional information per asset: Trust limit, buy liabilities & sell liabilities.
XDR parsing
TransactionResponse
s allow lazy deserialisation of XDR payloads.- XDR strings can be deserialised directly.