github FuelLabs/sway v0.70.0

21 hours ago

What's Changed

Breaking Changes

Hashing has received a significant change to alleviate security issues as detailed in #7256.

The new_hashing feature is now enabled by default which will result in dynamically sized collections now producing hashes that include size to reflect their shape.

If you have code that uses canonical hashes as part of its logic or relies on the stability of sway produced hashes you may be affected.
Make sure to use forc migrate to check if you are. If necessary you may disable the change for now with --no-experimental new_hashing, however this option will be removed in a future release.

Full Changelog: v0.69.6...v0.70.0

Don't miss a new sway release

NewReleases is sending notifications on new releases.