Skip to content

Releases: kommitters/stellar_sdk

v0.11.6

22 Dec 15:55
31896c6
Compare
Choose a tag to compare

0.11.6 (22.12.2022)

  • Harden GitHub Actions.

v0.11.5

20 Dec 22:22
f4754b5
Compare
Choose a tag to compare

0.11.5 (20.12.2022)

  • Update build badge and lock to ubuntu-20.04.

v0.11.4

31 Oct 23:09
8caf36b
Compare
Choose a tag to compare

0.11.4 (31.10.2022)

  • Add missing tests in Signature module.
  • Upgrade stellar_base to v0.8.7 and ossf/scorecard-action to v2.0.6.

v0.11.3

25 Oct 16:01
3265ce1
Compare
Choose a tag to compare

0.11.3 (25.10.2022)

  • Enable ExCoveralls with parallel builds.

v0.11.2

18 Oct 22:59
b135aad
Compare
Choose a tag to compare

0.11.2 (18.10.2022)

  • Include OpenSSF BestPractices & Scorecard badges in README.

v0.11.1

13 Oct 23:53
d196d3a
Compare
Choose a tag to compare

0.11.1 (13.10.2022)

  • Fix documentation paths.

v0.11.0

13 Oct 22:28
085e784
Compare
Choose a tag to compare

0.11.0 (13.10.2022)

  • Support Signature for the missing signer types: Hash(x), Ed25519 Signed Payload.
  • Make SetOptions operation more user-friendly and descriptive by changing the initialization entries.
  • Add TxBuild.hash/1 function to get the hash of a transaction.
  • Expose TransactionSignature.base_signature/1 function.
  • Add example guides for the signature types: Hash(x), Pre-authorized transaction, and Ed25519 Signed Payload.

v0.10.2

21 Sep 22:32
1d4cc55
Compare
Choose a tag to compare

0.10.2 (21.09.2022)

  • Update assets parameters for Offers and Trades.

v0.10.1

21 Sep 21:45
91df0f2
Compare
Choose a tag to compare

0.10.1 (21.09.2022)

  • Fix bug by adding CreateClaimableBalance within allowed operations.

v0.10.0

15 Sep 21:30
a6c2f9e
Compare
Choose a tag to compare

0.10.0 (15.09.2022)

  • Avoid parsing string amount fields to float in Horizon API responses.