Sway‑Standards v0.8.0 is live! 🌴 Big news for Sway devs, the new release of Sway Standards v0.8.0 is out! This is one of the most important upgrade for Sway devs. Here’s why 🧵
→ Added support for orphan rules and interface coherence, making standards safer and more modular → Updated specs across metadata, access control, and native assets (from **SRC-6** to **SRC-14**) → Improved definitions and introduced helper traits for cleaner, and more ergonomic code
✅ How to upgrade your project 1. Update your Forc.toml to use `src20 = "0.8.0"` 2. In your Sway code, import specific standards:
470