Skip to content

Releases: bnogalm/StellarQtSDK

0.3.19

14 Oct 17:55
71eb1e2
Compare
Choose a tag to compare

Version 0.3.19

  • Support for Qt6, Tested with 6.7.2.
  • Support for Qt5 is maintained.

From commits included

  • Add memo support in Sep10Challenge
  • SEP-10: muxed account and memo support
  • Add 5 minute grace period to SEP-10 challenge parsing function
  • Static methods Network::PUBLIC() and Network::TESTNET() to access public and testnet networks objects
  • Fix transaction builder, allow to copy the object to complete the construction later.
  • Correct serialization and construction of XDR objects:
    CreateClaimableBalanceResult
    ClawbackResult
    ClawbackClaimableBalanceResult
    SetTrustLineFlagsResult
    ClaimClaimableBalanceResult
    BeginSponsoringFutureReservesResult
    EndSponsoringFutureReservesResult
    RevokeSponsorshipResult
    -Test collectors continues on exception.
  • Add claimablebalanceidtest
  • Fix claimablebalanceid
  • Add AccountConverter use to transactions and operations.
  • Add Account constructor from Muxed and no muxed string accounts (M and G)
  • Add helpers to obtain Claimable Balance IDs
  • Enable mutex accounts
  • Update StrKey with new methods
  • Create AccountConverter
  • Add QString Transaction::getClaimableBalanceId(int index)
  • Add tests
  • Reduced warnings

What's Changed

Full Changelog: 0.3.7...0.3.19

0.3.7

08 Jul 12:51
Compare
Choose a tag to compare

Implements Horizon 14

0.3.6

15 Nov 14:30
Compare
Choose a tag to compare

update challenge transaction helpers for SEP-0010 v3.0.0

0.3.5

18 Oct 21:27
20fce76
Compare
Choose a tag to compare

Adds SEP-10 2.1.0

0.3.4

13 Jul 22:22
Compare
Choose a tag to compare

Fix error deserializing v1 transactions.

0.3.3

29 Jun 18:12
Compare
Choose a tag to compare

Generate V1 transactions and allow V0 transactions to be fee bumped

0.3.2

02 Jun 21:51
d49381a
Compare
Choose a tag to compare

Implements protocol 13

0.3.1

13 Apr 22:11
Compare
Choose a tag to compare

Implements SEP0029
New method mnemonicToBIP39Seed
First version of examples on how to use the SDK

Horizon 1.0.0

09 Feb 23:18
Compare
Choose a tag to compare
Support new Horizon v1.0.0
Applications using previous versions must update to this version or connect to a legacy horizon.

Add support for paths

21 Dec 15:10
Compare
Choose a tag to compare
Add support for /paths/strict-send
Add KeyPair constructor from QString id account
Add check so SEEDs are not parsed as account ids, other SDK don't have this but it can be a source of mistakes.
Remove fee_paid from Transaction response
Upload gitignore.