Releases: Soneso/stellar_flutter_sdk
Releases · Soneso/stellar_flutter_sdk
update horizon 2.5.1 support
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
- 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
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
- adds protocol 17 support
- fixes claim claimable balance bug
SEP-0010 Support
- add support for SEP-0010 Stellar Web Authentication
- minor bugfixes and improvements
add protocol 14 support
see issue: #6
make sep-0005 functions async
as requested in issue #4
fee bump & muxed accouts support for TxRep (SEP-0011)
- add fee bump support for TxRep
- add muxed accounts support for TxRep
- TxRep bugfixes and more tests
SEP-0011 Txrep implementation
- 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
- refactor transaction, move network passphrase to signing
- improve examples
- add SEP-0011 MVP (experimental)