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