Developers
Author
Stellar Development Foundation
Publishing date
This guide is designed to help businesses and developers prepare for Protocol 23 with key dates, release information, a changelog, and more.
You can read all about what's included in Protocol 23 in the announcement blog and stay up to date on any and all Protocol 23-related announcements on the Stellar Developer Discord, where the ecosystem coordinates and shares information about the upgrade.
The August 14 Testnet reset will clear all Testnet ledger entries including account, asset, and contract data, so please be prepared to recreate any you need to persist! For tips and more info, see the Testnet docs.
Also, after the August 14 Testnet reset, you will need to upgrade to new versions of Stellar-related software including Stellar Core, RPC, Horizon, and Stellar SDKs as soon as possible to ensure Testnet compatibility even if you installed new versions prior to the July 17 Testnet upgrade.
Apologies for the inconvenience, and for the short notice: normally, we don't reset Testnet as part of a protocol upgrade, but this time it's necessary due to some updates to Stellar Core. The August 14 Testnet reset will replace the previously scheduled Q3 Testnet reset.
If you use a Stellar SDK
For your Testnet integration, upgrade to the latest version of the relevant Stellar SDK on August 14.
For your Mainnet integration, upgrade to the latest version of relevant Stellar SDKs before September 3.
We will update the releases section below to indicate when an SDK release with Protocol 23 support is available, so check back if an SDK you use isn’t listed yet.
If you run Stellar infrastructure
If you use Docker images, pull the Protocol 23 builds from the Docker registry. If you build from source or our Debian packages, make sure to also update your stellar-core, stellar-horizon, and stellar-rpc binaries to the Protocol 23 builds.
If you don’t run your own infrastructure but still need access to a Horizon or RPC instance, you can use an infrastructure provider. Here are lists for Horizon and RPC.
If you run a validator
The Protocol 23 upgrade vote is scheduled for September 3, 2025 at 1700 UTC. You should arm your validator with the following command:
upgrades?mode=set&upgradetime=2025-09-03T17:00:00Z&protocolversion=23
Below are up-to-date links to all available releases relevant to Protocol 23. In general, please make sure to check release notes for specific instructions and requirements, and unless otherwise indicated, opt for the “Latest Release.”
Testnet is running Protocol 23, which means that old versions of Stellar Core won’t work at all, and old versions of Horizon, Stellar RPC, Galexie and the Stellar SDKs will likely stop when they encounter something they don’t recognize.
That said, when the Testnet resets August 14, you will need to install stable releases of all Stellar-related software to ensure compatibility with a new Stellar Core release. In addition to general compatibility issues, here are a few other changes to be aware of:
Stellar RPC rebrand
Soroban RPC was officially renamed to Stellar RPC in Protocol 22. While it has continued to be published under both names, starting in Protocol 23 soroban-rpc images and packages will no longer be available.
XDR
RPC
getLedgerEntry
endpoint has been removedpagingToken
field of getEvents
results has been removedsnake_case
d fields of getVersionInfo
have been removed (commit_hash
, etc.)getEvents
inSuccessfulContractCall
field of getEvents
is now deprecated and will be removed in Protocol 24Horizon
CAPTIVE_CORE_USE_DB
DEPRECATED_SQL_LEDGER_STATE
errorResultXdr
field from the response of the async transaction submission endpoint has been removednum_archived_contracts
and archived_contracts_amount
fields from the /assets
response have been removedSDKs
August 26, 2025: Changed JS SDK Node requirement and breaking changes for RPC has been updated
August 14, 2025: Stable build releases and Testnet reset completed
August 6, 2025: Added to XDR breaking changes
August 4, 2025: Announced Testnet reset August 14, stable releases August 14, and new Mainnet upgrade date of September 3.
July 31, 2025: Updated dates of stable build release and Mainnet vote
July 25, 2025: Updated validator instructions
July 22, 2025: Added the Breaking Changes section
July 17, 2025: Updated timeline to reflect the testnet upgrade, and added Rust SDK to releases.
June 20, 2025: Updated timeline to reflect extra days required for Stellar Core implementation, which pushed Testnet and Mainnet dates back.