25.0.0
What's Changed
✨ Features & Improvements
- Add SEP-53 message signing and verification by @tomerweller in #2346
- Add
--inclusion-feeand--resource-feearguments as a replacement for--feeto give users more control over setting fees by @mootz12 in #2321 - Add
stellar feescommand that allows users to read network feestats and configure default--inclusion-feearguments by @mootz12 in #2321 - Warn during
stellar contract buildif 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
- Update to protocol 25. by @fnando in #2331
- Sign Windows installer when making a new release by @fnando in #2357
- Bump the all-actions group across 1 directory with 4 updates by @dependabot in #2307
🗑️ Deprecations Notice
stellar contract invoke --fee-> Usestellar contract invoke --inclusion-feestellar feestats-> Usestellar fees stats
New Contributors
- @tomerweller made their first contribution in #2346
Full Changelog: v23.4.1...v25.0.0