Releases: kommitters/soroban.ex
Releases · kommitters/soroban.ex
v0.22.0
v0.21.0
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
v0.20.0
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
0.19.0 (31.01.2024)
- Support
diagnostic_events_xdr
field inSendTransactionResponse
struct. See stellar_sdk#350.