Skip to content

v0.12.0

Choose a tag to compare

@bartekn bartekn released this 24 Jan 14:37
  • 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.