v23.0.0-rc.3
Pre-release
Pre-release
What's Changed
- Fix reference type restrictions in map_type by @leighmcculloch in #1518
- Add Bytes<->String conversions via From trait. by @dmkozh in #1514
- Generate a seamless conversion from Address to MuxedAddress arguments in clients by @dmkozh in #1516
- Remove leading underscores from fn args in specs by @leighmcculloch in #1513
- Deprecate old events publish method by @leighmcculloch in #1524
- Add a getter function for Address executable. by @dmkozh in #1525
- Update cargo-semver-checks to 0.42.0 by @leighmcculloch in #1529
- Make event publish method public by @leighmcculloch in #1528
- Add tests comparing token events to SAC events by @leighmcculloch in #1530
- Update the migration guide for p22->23. by @dmkozh in #1527
- Bring back token event fns but deprecated by @leighmcculloch in #1533
- Lean into Transfer events with data as a map by @leighmcculloch in #1534
- Separate token/asset specs and events from SDK into dedicated crates by @leighmcculloch in #1536
- Add Display implementation for String type by @leighmcculloch in #1538
- Change how link sections are guaranteed to be included by @leighmcculloch in #1543
- Add comprehensive GitHub Copilot instructions for Soroban SDK development by @Copilot in #1547
- Update copilot-instructions.md by @leighmcculloch in #1550
- Add mint event with mux support and other memo types to specs by @leighmcculloch in #1555
- Bump version to 23.0.0-rc.3 by @github-actions[bot] in #1557
- Break circular dependency between soroban-sdk and soroban-token-sdk. by @dmkozh in #1558
New Contributors
- @Copilot made their first contribution in #1547
Full Changelog: v23.0.0-rc.2.4...v23.0.0-rc.3