Jordan
Jordan
Thanks so much for testing out. Besides what you added in #60, is there any guidance we should provide merchants and wallets with?
It sounds like maybe this is a result of https://github.com/solana-labs/solana-pay/issues/149
It sounds like this may be related to #156. Have you checked out #152 yet? The specific use case for POAP is probably best served by not using transactions at...
Good points above. Merchants can also store wallet addresses that have made requests, and require wallets to have some balance and rate limit them based on address. If an attacker...
@Vampo7152 yeah, sounds like a good approach. Static QR codes will lead to problems when used with transaction requests, they should probably only be used with transfer requests. Even then,...
Hey, I think this is a great idea. Your contributions would be welcome!
@ecomiz have you joined the Solana Discord yet? There's a solana-pay channel, you just need to add the developer role for yourself to use it. I'm on there too, we...
Some thoughts -- > adhering to [this](https://github.com/solana-labs/solana-pay/issues/docs/src/proposals/off-chain-message-signing.md) specification. 1. Bad link, I assume referring to https://github.com/solana-labs/solana/pull/26915? 2. Since `message` is used in transaction responses too, `data` makes sense to differentiate....
Tagging @jnwng for feedback, he's been interested in this as well.
> 3\. This means that `` would contain only the `` (bytes 0x14..n) from the `` payload, I think. Ah, what I meant is that `signedData` will always be equal...