Deep Dive
1. Java SDK 2.0.0-beta0 (Pending)
Overview: This pre-release update enhances the Java toolkit for Soroban smart contracts, making it easier for developers to build and monitor applications. It prepares developers for the network-wide Protocol 23 upgrade.
The release introduces a pollTransaction method with a retry strategy for more reliable status checks. It also adds full support for message signing and verification (SEP-40), crucial for secure authentication in dApps. The update integrates Protocol 23's XDR definitions, bringing support for muxed accounts, liquidity pools, and claimable balances within the StrKey and Address helper classes. Several deprecated methods have been removed to streamline the API.
What this means: This is bullish for Stellar because it provides enterprise Java developers with more robust, secure, and modern tools to build on the Soroban platform. It leads to a better developer experience and more reliable applications for end-users.
(Source)
2. JavaScript SDK Unreleased Features (2026)
Overview: The JavaScript SDK is being updated with a new watcher argument for tracking transaction status in real-time, giving developers finer control over the user experience during contract interactions.
The AssembledTransaction.signAndSend method will accept an optional watcher object. This object can define onSubmitted and onProgress callbacks, providing immediate feedback when a transaction is broadcast and as its status changes (e.g., from 'PENDING' to 'SUCCESS'). This abstracts away the complexity of manual polling and error handling for common workflows.
What this means: This is bullish for Stellar because it significantly simplifies front-end development for web-based dApps. Developers can create smoother, more responsive interfaces, which improves the overall feel and professionalism of applications built on the network.
(Source)
3. Protocol 23 "Whisk" Upgrade (2025)
Overview: Protocol 23, dubbed "Whisk," was a major network upgrade that fundamentally improved performance for Soroban smart contracts, directly impacting scalability and cost.
The core innovation was parallel execution, allowing multiple Soroban transactions to be processed simultaneously within a ledger. This dramatically increases potential throughput. The upgrade also introduced a unified event format, making it easier for developers to track all value movements on-chain. Additionally, it optimized how contract state is stored and cached, reducing the resource costs (and therefore fees) for complex contract interactions.
What this means: This was bullish for Stellar because it transformed the network from a high-speed payment rail into a scalable platform capable of handling sophisticated DeFi and enterprise applications. End-users benefit from faster transactions and lower costs as network adoption grows.
(Source)
Conclusion
Stellar's codebase is evolving through targeted SDK enhancements and foundational protocol upgrades, sharpening its focus on becoming a premier platform for scalable smart contracts and regulated finance. The latest tooling updates empower developers with better monitoring and security features, while past upgrades like Protocol 23 laid the critical groundwork for high-performance applications. How will these developer-centric improvements accelerate the onboarding of real-world asset projects onto the Soroban ecosystem?