Skip to content

Releases: Soneso/stellar_flutter_sdk

SEP-0005: Key derivation

16 Jul 20:56
Compare
Choose a tag to compare
  • SEP-0005 implementation:
  • Key Derivation Methods for Stellar Keys
  • Update documentation
  • Add tests and examples

Federation (SEP-0002)

14 Jul 11:36
Compare
Choose a tag to compare
  • SEP-0002 implementation - Federation
  • update documentation
  • add tests and examples

SEP-0001 - stellar.toml

12 Jul 22:38
Compare
Choose a tag to compare

SEP-0001 implementation added:

  • loading and parsing stellar.toml data
  • update documentation
  • improve tests and examples

1.0.0 release

06 Jul 13:59
Compare
Choose a tag to compare
  • update documentation
  • improve tests and examples
  • add tx_set_operation_count to ledger response
  • finish beta testing phase

Improvements & bugfixes

04 Jul 23:45
Compare
Choose a tag to compare
  • 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

02 Jul 15:25
Compare
Choose a tag to compare
  • 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

01 Jul 22:54
Compare
Choose a tag to compare
  • 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

30 Jun 23:44
Compare
Choose a tag to compare
  • Add fee stats implementation
  • Add max operation fee
  • Fix fee bump transaction

Improvements & bugfixes

28 Jun 21:32
Compare
Choose a tag to compare
  • 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

26 Jun 23:27
Compare
Choose a tag to compare

[0.8.1] - 27.Jun.2020.

  • Add examples, app and more documentation.
  • Restructuring of the project.
  • Improve tests.