Skip to content

25.0.0

Choose a tag to compare

@mootz12 mootz12 released this 22 Jan 16:33
· 137 commits to main since this release
a64925e

What's Changed

✨ Features & Improvements

  • Add SEP-53 message signing and verification by @tomerweller in #2346
  • Add --inclusion-fee and --resource-fee arguments as a replacement for --fee to give users more control over setting fees by @mootz12 in #2321
  • Add stellar fees command that allows users to read network feestats and configure default --inclusion-fee arguments by @mootz12 in #2321
  • Warn during stellar contract build if overflow-checks are off in Cargo.toml by @fnando in #2360

🐛 Fixes

  • Apply inclusion fee and resource fee to simulated transaction correctly by @mootz12 in #2355
  • Handle contract build info when multiple attestations are available by @fnando in #2359

🛠️ Technical Updates

🗑️ Deprecations Notice

  • stellar contract invoke --fee -> Use stellar contract invoke --inclusion-fee
  • stellar feestats -> Use stellar fees stats

New Contributors

Full Changelog: v23.4.1...v25.0.0