Releases: stellar/js-stellar-base
Releases · stellar/js-stellar-base
v0.7.2
08 Feb 13:54
Compare
Sorry, something went wrong.
No results found
v0.7.1
31 Jan 13:27
Compare
Sorry, something went wrong.
No results found
Checking hash preimage length
v0.7.0
30 Jan 17:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Breaking change ed25519 package is now optional dependency.
Export account flags constants.
v0.5.7
22 Aug 20:11
Compare
Sorry, something went wrong.
No results found
Fixes XDR decoding issue when using firefox
v0.5.6
29 Apr 11:14
Compare
Sorry, something went wrong.
No results found
UTF-8 support in Memo.text().
v0.5.5
22 Apr 17:16
Compare
Sorry, something went wrong.
No results found
Make 0 a valid number for transaction fee,
Fix signer in Operation.operationToObject() - close #82
v0.5.4
26 Feb 14:27
Compare
Sorry, something went wrong.
No results found
Fixed Lodash registering itself to global scope.
v0.5.3
22 Feb 19:12
Compare
Sorry, something went wrong.
No results found
Add support for ManageData operation.
Bump to 0.1.0
26 May 18:15
Compare
Sorry, something went wrong.
No results found
Moves in all xdr wrappers/helpers that were originally in js-stellar-lib.