Skip to content

Releases: bnogalm/StellarQtSDK

0.1.9.1 SEP10

23 Sep 08:05
d292154
Compare
Choose a tag to compare

Added methods to add SEP10 functionality.

Horizon 0.18.0

08 Jul 17:56
Compare
Choose a tag to compare

Added:

  • ManageBuyOfferOperationResponse
  • ManageSellOfferOperationResponse

New tests for Price class, adjusted price to string precision to match other sdk implementations
Renamed FeeStatsResponse and CreatePassiveSellOfferOperationResponse
Some other small fixes

0.1.8: Fixed response ready signal. It was emitted multiple times.

16 Apr 07:09
Compare
Choose a tag to compare

Identify client SDK + version in request headers
Some fixes

0.1.7

17 Mar 23:35
Compare
Choose a tag to compare

Reduced warnings
Fix memotest
endpoint operation_fee_stats changed to fee_stats (operation_fee_stats is subject for removal in 0.18.0)
Remove use of std::basic_streambuff
Now it compiles for clang without any problem. Tested for Android.

Horizon 0.17.0

03 Mar 23:02
aad2265
Compare
Choose a tag to compare

Horizon 0.17.0
Stream operations fixed
Account object is not deleted when Transaction builder fails.

MSVC2017 support & fixes

13 Oct 19:44
7e3ddb0
Compare
Choose a tag to compare
Merge pull request #18 from bnogalm/Improvements

SDK now works with MSVC 2017
Added Seed generator using QRandomGenerator
Fixed Memo hash serialization.
Timeout responses, default configured to 10 seconds.