Closed codabrink closed 1 week ago
@nplasterer i reviewed the WASM/node bindings, and we're already lowercasing where necessary. 🎉
How many people do we think this issue is affecting?
I'd much rather force them into creating a new identity and shed tech debt rather than having to support this bug forever.
The only real person in particular that we know this is effecting is @rygine. But I think a lot of bot accounts and other fresh accounts @humanagent was testing with were also failing but those I think are less important.
Fixes https://github.com/xmtp/xmtp-react-native/issues/512
It appears that our SDKs at some point allowed or still allow checksum addresses to create inboxIds. Now we have inboxIds on the network that throw a mismatch id error because we handle most addresses as lowercase. This is supposed to prevent any checksum inboxIds from being created ever again and help unblock users with inboxIds that were created from checksum addresses.