23.1.1
🎉 What's New
New Transaction Operations
We've significantly expanded the transaction operation support with several new stellar tx new commands:
stellar tx new claim-claimable-balance- Claim claimable balance operationsstellar tx new create-claimable-balance- Create claimable balance operations with comprehensive predicate supportstellar tx new manage-sell-offer- Create and manage sell offers on the DEXstellar tx new manage-buy-offer- Create and manage buy offers on the DEXstellar tx new create-passive-sell-offer- Create passive sell offersstellar tx new path-payment-strict-send- Path payments with strict send amountsstellar tx new path-payment-strict-receive- Path payments with strict receive amounts
New Features
- Ledger Fetching (
stellar ledger fetch) - Fetch ledger information and data - Network Information - Enhanced network info commands for better network management
- Contract Bindings - Added support for Flutter, Swift, and PHP contract bindings generation
- Restore Command Improvements - Transaction simulation now runs in restore command for better reliability
Documentation & Examples
- Asset Management Cookbook - Comprehensive guide and examples for managing Stellar assets
- Updated Deployment Recipes - Deploy-contract recipe now uses alias for improved workflow
- GitHub Copilot Integration - Added comprehensive development instructions for AI-assisted development
🔧 Improvements & Fixes
Bug Fixes
- Fixed muxed account parsing issues
- Fixed constructor input handling when inputs are empty
- Handled missing arguments gracefully in
stellar tx fetch - Support for single change format in restore metadata parsing
Technical Improvements
- Enhanced EventV0 specs generation for consistent bindings
Developer Experience
- Better error handling and graceful degradation
- Improved test coverage and reliability
- Enhanced debugging capabilities with better simulation
- Streamlined build and deployment processes
Full Changelog: v23.0.1...v23.1.1