Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sending an authenticated Reply-To address as part of a transaction memo. #42

Open
nuttycom opened this issue Apr 9, 2024 · 0 comments

Comments

@nuttycom
Copy link
Contributor

nuttycom commented Apr 9, 2024

Is your feature request related to a problem? Please describe.

For many use cases, it's important to be able to reply to someone who sent you a message, or to be able to return funds to the sender of a transaction.

Describe the solution you'd like

The user should be able to click on a checkbox next to the memo field that says "Include a reply-to address". This might take up some part of the memo space, so it could affect memo length, but there are also designs whereby the reply-to address would be sent separately.

Someone receiving such a transaction should see the reply-to address in their wallet UI, should be able to click on that address to send a reply, and should see a little lock icon if the transaction contains a proof that funds that were spent in the sending of this transaction were controlled by the same keys as control spending authority for any funds that may be sent to the reply-to address.

If the authentication check described above fails, the reply-to address should be hidden or marked as potentially unsafe.

We should also potentially scan received memos for strings that parse according to the old text reply-to convention, and such reply-to addresses should also be hidden or marked as unsafe.

@nuttycom nuttycom modified the milestone: Zashi 1.1 Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant