Skip to content

v11.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:02

11.0.0-beta.2 (2026-08-19)

  • feat(cairo)!: remove the deprecated string helpers, add CairoBytes31.fromText (49331fe)

BREAKING CHANGES

  • shortString.encodeShortString(), shortString.decodeShortString(),
    CairoFelt() and encode.utf8ToArray() are removed. Use
    CairoBytes31.fromText(text).toHexString(), new CairoBytes31(felt).decodeUtf8(),
    CairoFelt252 and encode.utf8ToUint8Array(). cairo.felt() no longer accepts text,
    booleans or non-integer numbers.