Skip to content

Releases: stellar/js-stellar-sdk

v0.6.0

12 Sep 15:44
Compare
Choose a tag to compare
  • Breaking change CallBuilder.stream now reconnects when no data was received for a long time.
    This is to prevent permanent disconnects (more in: #76).
    Also, this method now returns close callback instead of EventSource object.
  • Breaking change Server.loadAccount now returns the AccountResponse object.
  • Breaking change Upgraded stellar-base to 0.6.0. ed25519 package is now an optional dependency. Check StellarSdk.FastSigning variable to check if ed25519 package is available. More in README file.
  • New StellarTomlResolver class that allows getting stellar.toml file for a domain.
  • New Config class to set global config values.

v0.5.1

22 Aug 20:25
Compare
Choose a tag to compare
  • Fixed XDR decoding issue when using firefox

First release

26 May 18:15
Compare
Choose a tag to compare

Uses js-stellar-base for all xdr wrappers and helpers.
Exposes server.js as the main API to horizon.