Skip to content

Releases: stellar/js-stellar-base

v0.7.2

08 Feb 13:54

Choose a tag to compare

  • Updated XDR files

v0.7.1

31 Jan 13:27

Choose a tag to compare

  • Checking hash preimage length

v0.7.0

30 Jan 17:52

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.0

12 Sep 15:47

Choose a tag to compare

  • Breaking change ed25519 package is now optional dependency.
  • Export account flags constants.

v0.5.7

22 Aug 20:11

Choose a tag to compare

  • Fixes XDR decoding issue when using firefox

v0.5.6

29 Apr 11:14

Choose a tag to compare

  • UTF-8 support in Memo.text().

v0.5.5

22 Apr 17:16

Choose a tag to compare

  • Make 0 a valid number for transaction fee,
  • Fix signer in Operation.operationToObject() - close #82

v0.5.4

26 Feb 14:27

Choose a tag to compare

  • Fixed Lodash registering itself to global scope.

v0.5.3

22 Feb 19:12

Choose a tag to compare

  • Add support for ManageData operation.

Bump to 0.1.0

26 May 18:15

Choose a tag to compare

Moves in all xdr wrappers/helpers that were originally in js-stellar-lib.