23.2.1
π Bug Fixes
-
π§ Fix argument parsing for some types: Fixed invalid hash argument parsing for
bytes,bytesn,timepoint, anddurationtypes when invoking contracts. This resolves issues where certain data types weren't being parsed correctly from command-line arguments. (#2295) by @mootz12 -
π Fix Soroban auth signing for secure store keys: Resolved authentication signing issues when using secure store keys, improving the reliability of contract invocations with stored credentials. (#2230) by @elizabethengelman
-
π Fix TypeScript bindings transaction option type: Corrected the transaction option type in generated TypeScript client bindings, ensuring proper type safety in JavaScript/TypeScript projects. (#2283) by @chadoh
β¨ Features & Enhancements
- π¦ Add contract instance to ledger entry fetch: Introduced new
--instanceflag for theledger entry fetch contract-datacommand, making it easier to retrieve a contract's WASM hash based on its contract ID or alias. This simplifies contract inspection workflows. (#2269) by @elizabethengelman
Full Changelog:
v23.2.0...v23.2.1