stellar-sdk
Advanced tools
Changelog
0.7.0
sha256Hash
, preAuthTx
.StrKey
helper class with strkey
encoding related methods.Keypair.isValidPublicKey
(use StrKey
),
Keypair.isValidSecretKey
(use StrKey
), Keypair.fromSeed
, Keypair.seed
,
Keypair.rawSeed
.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()
.End-of-Life
node versions.Changelog
0.6.1
forUpdate
methods of call builders now accept strings and numbers.transaction.ledger
, transaction._links.ledger
).Changelog
0.6.0
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.Server.loadAccount
now returns the AccountResponse
object.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.StellarTomlResolver
class that allows getting stellar.toml
file for a
domain.Config
class to set global config values.