11.0.0-beta.11 (2026-09-01)
Features
- cairoDataTypes: add CairoBool, CairoEthAddress and CairoSecp256k1Point (332dd1e)
BREAKING CHANGES
- cairoDataTypes: three inputs that used to reach the calldata are now refused.
A core::bool argument that is neither a boolean nor 0/1 throws instead of being
serialized as a felt. An EthAddress built from text throws instead of being
encoded as its UTF-8 bytes. A Secp256k1Point wider than 512 bits throws instead
of emitting four corrupted felts.