Skip to content

v5.5.3

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 23 Oct 10:33
· 105 commits to v5 since this release
b2cb63f

What's Changed

  • WalletConnect and MetaMask wallet providers now hexify messages passed to IThirdwebWallet.PersonalSign before signing.
    • If you were signing a hash or a string starting with 0x before, nothing changes.
    • If you were signing a raw message like "Hello World" UTF8 String, we'd hexify it before sending it over to the wallet.
    • This fixes display issues on the latest version of MetaMask (specially mobile) which no longer supports plain text parameters for personal_sign.