v25.0.0: Protocol 25
Breaking Changes
- The RPC client and schema definitions have been moved to the unified Stellar Go SDK. Please install them from there, instead:
go get -u github.com/stellar/go-stellar-sdk/clients/rpcclient
go get -u github.com/stellar/go-stellar-sdk/protocols/rpcAdded
- Expanded
getLatestLedgerendpoint to also returncloseTime,headerXdr, andmetadataXdr(#554). - Added
soroban-env-hostinfo toversioncommand (#550). - Added a new
--networkconfiguration parameter, allowing users to specify a default Stellar network (testnet,pubnet, orfuturenet) (#540, #543). - Simulation has been updated to support Protocol 25 (#548).
Fixed
versioncommand now works consistently on MacOS (#550).- JSON-RPC methods now accept
params: {}(#551).