23.1.3
๐ New Transaction Commands
- Transaction Decoding/Encoding: Added new
stellar tx decodeand
stellar tx encodesubcommands to convert transaction XDR between base64 and
JSON formats, making it easier to inspect and modify transactions - Asset Clawback Support: Added comprehensive clawback functionality:
stellar tx clawback- Clawback assets from account holders (requires
clawback-enabled assets)stellar tx clawback-claimable-balance- Clawback claimable balances by
their balance ID- Both commands are also available via
stellar tx op addfor building
multi-operation transactions
โก Performance & User Experience Improvements
- Optimized Contract Invocations ๐: Contract simulations now run only once
per invocation, reducing execution time and network requests - Improved Linux Keyring Support ๐ง: Fixed keyring integration issues on
Linux systems for better credential storage
๐ Bug Fixes
- Updated RPC client integration to support the latest Stellar RPC requirements
Full Changelog:
v23.1.2...v23.1.3