Skip to content

v0.70.0

Latest
Compare
Choose a tag to compare
@IGI-111 IGI-111 released this 04 Oct 04:34
74bab18

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