Skip to content

Releases: Soneso/stellar-ios-mac-sdk

Soroban improvements

06 Jun 19:04
Compare
Choose a tag to compare

1. Soroban Server improvements:

  • add getAccount and getContractData methods
  • add missing fields type and txHash to EventInfo
  • add useful xdr conversionvalueXdrto EventInfo
  • add missing fields latestLager and oldestLedger to GetHealthResponse
  • add useful xdr conversions transactionEnvelope, transactionResult and transactionMeta to GetTransactionResponse
  • add useful xdr conversions keyXdrValueand valueXdr to LedgerEntry
  • add missing resultErrorXdr field to SendTransactionResponse
  • make costoptional in SimulateTransactionResponse as it has been marked as deprecated in the RPC API docs.
  • make xdr and auth fields not nullable in SimulateTransactionResult

2. TxRep (SEP-11):

  • add soroban support

fix ContractXDR encoding

17 May 20:02
Compare
Choose a tag to compare
  • fixes the encoding of a SCValXDR of type void. Resolves issue #160

Protocol 21 Support

13 May 21:29
Compare
Choose a tag to compare

adds support for protocol 21. see #159

SEP-08 support

29 Apr 12:48
Compare
Choose a tag to compare
  • add SEP-08 Support (Regulated Assets). See doc
  • remove UserDefaults usage in SEP-07. See #158
  • update Soroban RPC args for sendTransaction and getTransaction

Update SEP-06 Support

28 Feb 16:49
Compare
Choose a tag to compare

update SEP-06 to reflect current SEP-06 doc version. See also: SDK doc.

SEP-38 (Anchor RFQ API) Support

20 Feb 19:07
Compare
Choose a tag to compare

Optional transaction meta

27 Jan 17:28
Compare
Choose a tag to compare

Sep-009 update

20 Jan 23:32
Compare
Choose a tag to compare
  • update and extend SEP-09 kyc fields

Soroban & SEP-006 Improvements

18 Jan 14:23
Compare
Choose a tag to compare
  • extend soroban send transaction response (see #156)
  • improve sep-006 support: add amount_in_asset and amount_out_asset anchor transaction response fields

Soroban 20.0.2 support

18 Dec 19:30
Compare
Choose a tag to compare
  • add support for soroban 20.0.2
  • this release contains breaking changes, see also #154