Releases: bnogalm/StellarQtSDK
Releases · bnogalm/StellarQtSDK
0.3.19
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
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
Horizon 1.0.0
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
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.