stellar_flutter_sdk 1.0.0
stellar_flutter_sdk: ^1.0.0 copied to clipboard
A stellar blockchain sdk that query's horizon, build, signs and submits transactions to the stellar netweok.
1.0.0 06.Jul.2020. #
- update documentation
- improve tests and examples
- add tx_set_operation_count to ledger response
- finish beta testing phase
0.8.6 04.Jul.2020. #
- improve path finding
- improve trades query
- fix and improve order book query
- change offer ids from int to String
- imporve tests and examples
0.8.5 02.Jul.2020. #
- Handle muxed accounts on fee bump transactions (feeSource)
- Handle muxed accounts as transaction source
- Add fee bump example
- Add muxed account example
0.8.4 02.Jul.2020. #
- Add support for muxed accounts
- Use XdrMuxedAccount in all supported operations
0.8.3 01.Jul.2020. #
- Add fee stats implementation
- Add max operation fee
- Fix fee bump transaction
0.8.2 28.Jun.2020. #
- Add query tests for accounts, efffects, ledgers.
- Fix ledger response parsing.
- Extend EffectsRequestBuilder for order, limit, cursor.
- remove many warnings/hints
0.8.1 27.Jun.2020. #
- Add examples, app and more documentation.
- Restructuring of the project.
- Improve tests.
0.8.0 26.Jun.2020. #
- Extend documentation and tests, extend orders result.
0.7.9 25.Jun.2020. #
- Added examples, documentation, tests and bugfixes.
0.7.8 24.Jun.2020. #
- Added tests and bugfixes.