cairo-v2.3.0-rc0
0xLucqs
released this
25 Oct 14:22
·
100 commits
to main
since this release
What's Changed
- Feat: Add solidity like bytes which supports keccak and sha256 by @zkcarter in #184
- Add support for all unsigned and signed word sizes for core::byte_array by @sveamarcus in #185
- fix BitShift::shl overflows by @maciejka in #190
- feat: Starknet storage proof verifier by @maciejka in #189
- Feat BitArray adds data structure for read/writing unary bits and encoding words in big/little endian notation by @sveamarcus in #191
- Feat: ReversibleBytes and ReversibleBits traits that add support for byte and bit reversal by @sveamarcus in #192
- Fix ToAsciiArrayTrait::to_ascii_array return reversed array by @kfastov in #193
- fix: typos by @omahs in #194
- feat: Little endian support for ByteArray extensions by @sveamarcus in #195
- Feat: Little endian byte order support for ByteArrayReader by @sveamarcus in #196
- Use anonymous generic impl parameters by @maciejka in #197
- refactor: Turn pow into a generic function by @maciejka in #198
New Contributors
- @zkcarter made their first contribution in #184
- @sveamarcus made their first contribution in #185
- @kfastov made their first contribution in #193
Full Changelog: cairo-v2.2.0...cairo-v2.3.0-rc0