Releases: Soneso/stellar_flutter_sdk
Releases · Soneso/stellar_flutter_sdk
SEP-0005: Key derivation
- SEP-0005 implementation:
- Key Derivation Methods for Stellar Keys
- Update documentation
- Add tests and examples
Federation (SEP-0002)
- SEP-0002 implementation - Federation
- update documentation
- add tests and examples
SEP-0001 - stellar.toml
SEP-0001 implementation added:
- loading and parsing stellar.toml data
- update documentation
- improve tests and examples
1.0.0 release
- update documentation
- improve tests and examples
- add tx_set_operation_count to ledger response
- finish beta testing phase
Improvements & bugfixes
- improve path finding
- improve trades query
- fix and improve order book query
- change offer ids from int to String
- improve tests and examples
Full muxed accounts support
- Handles muxed accounts on fee bump transactions (feeSource)
- Handles muxed accounts as transaction source
- Adds fee bump example
- Adds muxed account example
Support for muxed accounts
-
Adds support for muxed accounts. You can now use muxed accounts in:
-- PaymentOp.destination
-- PathPaymentStrictReceiveOp.destination
-- PathPaymentStrictSendOp.destination
-- Operation.sourceAccount
-- Operation.destination (for ACCOUNT_MERGE) -
Uses XdrMuxedAccount in all supported operations
fee stats - max fee - fee bump
- Add fee stats implementation
- Add max operation fee
- Fix fee bump transaction
Improvements & bugfixes
- Add query tests for accounts, effects, ledgers.
- Fix ledger response parsing.
- Extend EffectsRequestBuilder for order, limit, cursor.
- remove many warnings/hints
extend examples, tests and documentation
[0.8.1] - 27.Jun.2020.
- Add examples, app and more documentation.
- Restructuring of the project.
- Improve tests.