Skip to content

Releases: Soneso/stellar_flutter_sdk

update horizon 2.5.1 support

29 Jun 21:57
Compare
Choose a tag to compare

Update for horizon > 2.5.1: the representation of "..._muxed_id" field values changes to string
see also comment to issue 22

horizon related extensions

06 Jun 14:31
Compare
Choose a tag to compare
  • extend asset response for horizon 2.2.0
  • add new endpoint to fetch operations for claimable balances
  • add new endpoint to fetch transactions for claimable balances
  • add 3 missing operations responses
  • add access to _muxed and _muxed_id optional fields from horizon 2.4.0

OPT-IN support for SEP0023

05 May 18:53
Compare
Choose a tag to compare

Add OPT-IN support for SEP-23 (Muxed Accounts M-strkeys)
look-a-like G and M addresses
see #19
see stellar/stellar-protocol#895

support protocol 17

01 May 11:47
Compare
Choose a tag to compare
  • adds protocol 17 support
  • fixes claim claimable balance bug

SEP-0010 Support

03 Mar 18:24
Compare
Choose a tag to compare

add protocol 14 support

08 Oct 22:36
Compare
Choose a tag to compare

make sep-0005 functions async

23 Aug 11:12
Compare
Choose a tag to compare

as requested in issue #4

fee bump & muxed accouts support for TxRep (SEP-0011)

06 Aug 19:39
Compare
Choose a tag to compare
  • add fee bump support for TxRep
  • add muxed accounts support for TxRep
  • TxRep bugfixes and more tests

SEP-0011 Txrep implementation

01 Aug 21:53
Compare
Choose a tag to compare
  • add SEP-0011 implementation (Txrep)
  • add Txrep examples and test

Limitations: FeeBumpTransaction and muxed accounts are not yet supported - see also: stellar protocol issue #618

SEP-0011 MVP

27 Jul 23:39
Compare
Choose a tag to compare
  • refactor transaction, move network passphrase to signing
  • improve examples
  • add SEP-0011 MVP (experimental)