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