github stellar/js-stellar-sdk v0.12.0

latest releases: v15.1.0, v15.0.1, v14.6.1...
7 years ago
  • Update stellar-base to 0.10.0
  • Breaking change: Added TransactionBuilder.setTimeout method that sets timebounds.max_time on a transaction. Because of the distributed nature of the Stellar network it is possible that the status of your transaction will be determined after a long time if the network is highly congested. If you want to be sure to receive the status of the transaction within a given period you should set the TimeBounds with maxTime on the transaction (this is what setTimeout does internally; if there's minTime set but no maxTime it will be added). Call to TransactionBuilder.setTimeout is required if Transaction does not have max_time set. If you don't want to set timeout, use TimeoutInfinite. In general you should set TimeoutInfinite only in smart contracts. Please check TransactionBuilder.setTimeout docs for more information.
  • Breaking change: Add offset parameter to TradeAggregationCallBuilder to reflect new changes to the endpoint in horizon-0.15.0
  • Fixed decoding empty homeDomain.

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.