Releases: kommitters/stellar_sdk
Releases · kommitters/stellar_sdk
v0.11.6
0.11.6 (22.12.2022)
- Harden GitHub Actions.
v0.11.5
0.11.5 (20.12.2022)
- Update build badge and lock to ubuntu-20.04.
v0.11.4
0.11.4 (31.10.2022)
- Add missing tests in
Signature
module. - Upgrade
stellar_base
tov0.8.7
andossf/scorecard-action
tov2.0.6
.
v0.11.3
0.11.3 (25.10.2022)
- Enable ExCoveralls with parallel builds.
v0.11.2
0.11.2 (18.10.2022)
- Include OpenSSF BestPractices & Scorecard badges in README.
v0.11.1
0.11.1 (13.10.2022)
- Fix documentation paths.
v0.11.0
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
0.10.2 (21.09.2022)
- Update assets parameters for Offers and Trades.
v0.10.1
0.10.1 (21.09.2022)
- Fix bug by adding
CreateClaimableBalance
within allowed operations.
v0.10.0
0.10.0 (15.09.2022)
- Avoid parsing string amount fields to float in Horizon API responses.