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:
useEncodedthrows on any character outside the Starknet.id alphabets
instead of silently ignoring it, andencodeBrotherDomain, which calls it with no guard,
throws on the same input.isStarkDomainalso rejects labels whose encoding overflows the
field, including every 48-character label it used to accept.