Skip to content

Releases: kommitters/soroban.ex

v0.22.0

25 Jul 00:45
78ec767
Compare
Choose a tag to compare

0.22.0 (24.07.2024)

Update the getHealth endpoint response

v0.21.0

24 Jul 13:59
a352507
Compare
Choose a tag to compare

0.21.0 (24.07.2024)

  • Stellar Protocol 21 support.
    • Create the getVersionInfo endpoint
    • Create the getTransactions endpoint
    • Create the getFeeStats endpoint
    • Update the simulateTransaction response

v0.20.1

25 Apr 22:00
ad1e369
Compare
Choose a tag to compare

0.20.1 (25.04.2024)

  • Add stale issues policy. See PR #154

v0.20.0

07 Mar 15:08
d54f822
Compare
Choose a tag to compare

0.20.0 (07.03.2024)

  • Add Soroban.RPC.Server and network_passphrase configuration. Apply changes from stellar_sdk v0.21.0. See Issue #149.
  • Update dependencies. See PR #135.
  • Update Security Policy.

v0.19.0

31 Jan 22:06
07cef4e
Compare
Choose a tag to compare

0.19.0 (31.01.2024)

  • Support diagnostic_events_xdr field in SendTransactionResponse struct. See stellar_sdk#350.

v0.18.0

20 Dec 20:56
5181043
Compare
Choose a tag to compare

v0.17.0

26 Oct 15:06
9866c29
Compare
Choose a tag to compare

v0.16.0

27 Sep 15:34
6adfabc
Compare
Choose a tag to compare

0.16.0 (27.09.2023)

v0.15.0

21 Sep 14:36
f2ed161
Compare
Choose a tag to compare

0.15.0 (21.09.2023)

v0.14.0

05 Sep 20:50
b141268
Compare
Choose a tag to compare

0.14.0 (05.09.2023)

  • Allow to add custom extra fee rate when invoking functions.
  • Update all dependencies.