Update
- feat: add support for Soroban PRC's
getTransactions
andgetFeeStats
API interfaces. (#960) - feat: add support for Horizon's
transactions_async
API interfaces. (#961) - fix: fix
authorize_entry
to use the correct public key when passingKeypair
as signer. (#971) - feat: Expose
stellar_sdk.address.AddressType
for easy importing. (#973) - chore: bump dependencies.