Skip to content

23.0.1

Choose a tag to compare

@fnando fnando released this 11 Aug 15:54
· 94 commits to main since this release
44d65c9

๐ŸŽ‰ New Features

  • stellar doctor: New troubleshooting command to help diagnose common issues (#2114)
  • stellar fee-stats: Added command to display network fee statistics (#2054)
  • stellar network settings: New command for managing network configuration settings (#2100)

๐Ÿ› ๏ธ Improvements

  • Performance: Optimize processing of multiple WASM files at once (#2103)
  • Configuration: Moved all configuration to global config directory for better organization (#2079)
  • Lab environment: Start lab by default when running the quickstart image for improved developer experience (#2084)
  • Build optimization: Avoid detecting contracts as read-only when build-only flag is set (#2111)

๐Ÿ› Bug Fixes

  • Fee calculations: Fixed resource & inclusion fees for fee bump transactions wrapping smart contract transactions (#2108)
  • Version checking: Fixed version check caching mechanism (#2113)
  • Contract simulation: Only simulate invocation when absolutely necessary to improve performance (#2112)
  • Address display: Fixed how addresses are displayed in various commands (#2102)
  • Key name display: Fixed key name display issues (#2083)

๐Ÿ’ฌ User Experience

  • Better messaging: Improved override message when replacing contract aliases (#2107)
  • Config deprecation: Fixed how config directory is displayed in deprecation messages (#2106)
  • Warning messages: Tweaked deprecation warning message text for clarity (#2105)
  • Container guidance: Updated container log and stop command suggestions (#2096)