github stellar/stellar-rpc v25.0.0

7 days ago

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/rpc

Added

  • Expanded getLatestLedger endpoint to also return closeTime, headerXdr, and metadataXdr (#554).
  • Added soroban-env-host info to version command (#550).
  • Added a new --network configuration parameter, allowing users to specify a default Stellar network (testnet, pubnet, or futurenet) (#540, #543).
  • Simulation has been updated to support Protocol 25 (#548).

Fixed

  • version command now works consistently on MacOS (#550).
  • JSON-RPC methods now accept params: {} (#551).

Contributors

@cjonas9 @Shaptic @jayz22 @tomerweller @tamirms @sreuland

Don't miss a new stellar-rpc release

NewReleases is sending notifications on new releases.