New
v0.70.3
What's Changed
- feat: add support for patching registry dependencies by @kayagokalp in https://github.com/FuelLabs/sway/pull/7469
- docs: fix a/an grammar errors in documentation by @serikssonn in https://github.com/FuelLabs/sway/pull/7491
- Deterministic printing of IR values by @vaivaswatha in https://github.com/FuelLabs/sway/pull/7490
- feat: forc-call abi backtracing by @zees-dev in https://github.com/FuelLabs/sway/pull/7502
- Introduce
allocintrinsic to avoid usingasmby @vaivaswatha in https://github.com/FuelLabs/sway/pull/7499 - Optionally remove test gas limit in
forc testby @ironcev in https://github.com/FuelLabs/sway/pull/7495 - Migrate
forc-tracingandforc-cryptoto forc monorepo by @JoshuaBatty in https://github.com/FuelLabs/sway/pull/7507 - Forbid types with const generics on configurables by @xunilrj in https://github.com/FuelLabs/sway/pull/7494
- Forbid const generics log by @xunilrj in https://github.com/FuelLabs/sway/pull/7510
- Fix size of ZSTs by @xunilrj in https://github.com/FuelLabs/sway/pull/7509
- Convert const generics todos to ice by @xunilrj in https://github.com/FuelLabs/sway/pull/7511
- Enable const generics as true by default by @xunilrj in https://github.com/FuelLabs/sway/pull/7512
- Enable references tests and adjust them for zero sized unit type by @ironcev in https://github.com/FuelLabs/sway/pull/7513
- Trait coherence: disallow inherent impls on external types by @tritao in https://github.com/FuelLabs/sway/pull/7385
- Trivial fns allowing control if a type is trivially encoded/decoded by @xunilrj in https://github.com/FuelLabs/sway/pull/7501
New Contributors
- @serikssonn made their first contribution in https://github.com/FuelLabs/sway/pull/7491
Full Changelog: https://github.com/FuelLabs/sway/compare/v0.70.2...v0.70.3