EIP-41 Stealth address standard#87
Conversation
| } | ||
| ``` | ||
|
|
||
| We propose adding a new address type of `AddressType.P2SA`: |
There was a problem hiding this comment.
It would be good to describe how to encode a P2SA and make clear that it's a special kind of address, as it's not ErgoTree-based like others.
You can take this comment as the basis for that: #87 (comment)
|
Thanks a lot for the feedback! Embedding values is something I thought about but decided against because the parameters (gr, gy...) are created from one-time secrets generated by the sender. Because there's no way for the receiver to know what values the sender used there's no way to know if a P2S address is a stealth payment for them, they'd still need to check all P2S addresses that look like a stealth payment to see if they're spendable - they may even check P2S addresses that look like stealth payments but aren't |
No description provided.