Skip to content

Releases: stellar/js-stellar-sdk

v0.7.2

08 Mar 12:24
Compare
Choose a tag to compare
  • Allow hex string in setOptions signers

v0.7.1

08 Feb 14:09
Compare
Choose a tag to compare
  • Upgrade stellar-base.

v0.7.0

31 Jan 13:54
Compare
Choose a tag to compare
  • Support for new signer types: sha256Hash, preAuthTx.
  • StrKey helper class with strkey encoding related methods.
  • Removed deprecated methods: Keypair.isValidPublicKey (use StrKey), Keypair.isValidSecretKey (use StrKey), Keypair.fromSeed, Keypair.seed, Keypair.rawSeed.
  • Breaking changes:
    • Network must be explicitly selected. Previously testnet was a default network.
    • Operation.setOptions() method signer param changed.
    • Keypair.fromAccountId() renamed to Keypair.fromPublicKey().
    • Keypair.accountId() renamed to Keypair.publicKey().
    • Dropping support for End-of-Life node versions.

v0.6.2

23 Nov 16:00
Compare
Choose a tag to compare
  • Updated stellar.toml location

v0.6.1

31 Oct 20:04
Compare
Choose a tag to compare
  • forUpdate methods of call builders now accept strings and numbers.
  • Create a copy of attribute in a response if there is a link with the same name (ex. transaction.ledger, transaction._links.ledger).

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.