Skip to content

23.1.3

Choose a tag to compare

@fnando fnando released this 12 Sep 20:40
· 46 commits to main since this release
dde778f

๐Ÿ†• New Transaction Commands

  • Transaction Decoding/Encoding: Added new stellar tx decode and
    stellar tx encode subcommands 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 add for 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