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

Check the transfer of the satoshi #15

Open
lana-shanghai opened this issue Dec 5, 2024 · 2 comments
Open

Check the transfer of the satoshi #15

lana-shanghai opened this issue Dec 5, 2024 · 2 comments
Assignees
Labels

Comments

@lana-shanghai
Copy link
Contributor

Check that the submitter forwarded the satoshi to the correct address after inscribing it on Bitcoin

@lana-shanghai
Copy link
Contributor Author

@lana-shanghai
Copy link
Contributor Author

lana-shanghai commented Jan 24, 2025

Update: instead of checking the ownership of the specific satoshi, we will check that there exists a valid transaction of a specific format, where:

  • the first input comes from a Taproot address
  • the first input refers to a previously unspent Taproot transaction
  • the previous output has the expected data in the witness field
  • the output has the expected address as a receiver
  • the pkscript contains the tweaked public key of the expected receiver
  • both transaction have been included in the canonical chain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants
@lana-shanghai and others