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

Fix: Reinstate cursor in Horizon queries

08 Aug 00:29
Compare
Choose a tag to compare

Muxed Ids in Responses

22 Jul 08:44
0b21c69
Compare
Choose a tag to compare
  • Updated AssetResponse to include more detailed information about balances for the specified asset.
  • Added the ability to list operations associated with a claimable balance.
  • Added the ability to list transactions associated with a claimable balance.

Breaking

  • Many instances of PublicKey fields on response classes have been upgraded to AccountIds to reflect Horizon's
    improved support for multiplexed addresses. Changes are present in Operation, Transaction and Effect classes.

Core Protocol v17

02 May 09:15
a24a2d1
Compare
Choose a tag to compare
  • Updated for core protocol v17/CAP35:
    • Added EffectTrustLineFlagsUpdated
    • Added EffectClaimableBalanceClawedBack
    • Added ClawBackOperation
    • Added ClawBackClaimableBalanceOperation
    • Added SetTrustLineFlagsOperation
  • Auth challenge transactions can now specify separate web auth & home domains. The home domain is the FQDN that hosts
    the relevant stellar.toml file for the authenticating service. The web auth domain is the FQDN of the
    authenticating service itself. Implements SEP-0010 v3.1.

Bugfix: Catch and release missing events

21 Feb 04:46
a0ad729
Compare
Choose a tag to compare

Adds support for missing snapshot events, capturing those that are unrecognised into a catch all type so that streams can continue.
Match on UnrecognisedEffect in order to extract unknown values.

Bugfix: Support signer sponsorship events.

14 Feb 01:42
Compare
Choose a tag to compare
v0.19.1

Add support for signer sponsorship events

Improved network ser/deserialisation

14 Feb 00:32
Compare
Choose a tag to compare

This release is primarily a rebuild of the SDK to network encoding/decoding library to be more tightly coupled with the XDR definitions. As a result, small breaking changes were introduced. See the CHANGELOG for migration instructions.

Supports Offers query streaming endpoint

24 Jan 01:38
Compare
Choose a tag to compare
v0.18.0

add .bsp to .gitignore

Sponsored accounts and required memo checking.

30 Nov 10:11
Compare
Choose a tag to compare

Claimable Balances (Two-part-payments)

08 Nov 04:16
Compare
Choose a tag to compare

Introduces two new operations that separate sending a payment from receiving that payment. (CAP-0023)

  • Adds Sponsor details in the account response, account response balances & signers and in the offer response.
  • Provides 4 new methods to obtain claimable balances by id, account, asset or sponsor.

Transaction-based Authentication

27 Aug 22:30
Compare
Choose a tag to compare

Implements SEP-10.
Create and verify authentication challenges encoded into transactions. This feature allows two parties to perform account-based authentication via existing transaction schemes & standard SDK functionality.