Skip to content

v11.0.0-beta.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:34
· 2 commits to beta since this release

11.0.0-beta.8 (2026-08-27)

Bug Fixes

  • starknetId: accept bigAlphabet characters in isStarkDomain (f508984), closes #1668
  • starknetId: reject names the encoder cannot represent (76fe9b1), closes #1668

BREAKING CHANGES

  • starknetId: useEncoded throws on any character outside the Starknet.id alphabets
    instead of silently ignoring it, and encodeBrotherDomain, which calls it with no guard,
    throws on the same input. isStarkDomain also rejects labels whose encoding overflows the
    field, including every 48-character label it used to accept.