Skip to content

23.1.1

Choose a tag to compare

@fnando fnando released this 02 Sep 22:05
· 256 commits to main since this release
a86104d

🎉 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 operations
  • stellar tx new create-claimable-balance - Create claimable balance operations with comprehensive predicate support
  • stellar tx new manage-sell-offer - Create and manage sell offers on the DEX
  • stellar tx new manage-buy-offer - Create and manage buy offers on the DEX
  • stellar tx new create-passive-sell-offer - Create passive sell offers
  • stellar tx new path-payment-strict-send - Path payments with strict send amounts
  • stellar 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