v2.8.2
Note that in order to match Scarb/compiler versions, we skip 2.8.1, which was captured by a Scarb hotfix. Up to urgent bug fixes, the compiler and Scarb are released together.
What's Changed
- Added TryInto::<u384, {u256,u128}>. #6326
- Properly printing panics in the cairo runner. #6333
- Update Builtin costs. #6340
- Implement Zero for u384. #6329
- Enrich members caching - made accessing type members through
Deref
s faster . #6343
Bug Fixs
- Made sierra generation external stack based, preventing stack overflow in extremely long functions cases. #6303
- Made non-copy variable not be forwarded in const folding. Fixing const folding dict bug. #6324
Full Changelog: v2.8.0...v2.8.2