This release focuses on Noir contract optimizations.
Proof is compressed by omitting the (CONST_PROOF_SIZE_LOG_N - LOG_N) constant values and deduced and taken advantage of in Cairo code.
See #274
What's Changed
- bump PyO3 version by @sigmadawg in #275
- v0.15.3: Honk contract bytecode, calldata & resources optimisations. by @feltroidprime in #274
New Contributors
- @sigmadawg made their first contribution in #275
Full Changelog: v0.15.2...v0.15.3