anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.46k stars 911 forks source link

Backpack sign message incorrect format #898

Closed valentyn-solana closed 1 month ago

valentyn-solana commented 5 months ago

When I sign message with backpack adapter I get back the object { signature: Uint8Array } For all other wallets (tested phantom, solflare) I get signature itself (Uint8Array ) without being wrapped in object

Small issue, but hope it should be same format :)

ph101pp commented 4 months ago

we're following this standard here: https://github.com/anza-xyz/wallet-standard/blob/master/packages/wallets/ghost/src/window.ts#L25

How are you using the provider?