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 Taproot #1542

Closed
1 of 4 tasks
optout21 opened this issue Jul 22, 2021 · 3 comments
Closed
1 of 4 tasks

Support Taproot #1542

optout21 opened this issue Jul 22, 2021 · 3 comments

Comments

@optout21
Copy link
Contributor

optout21 commented Jul 22, 2021

Taproot is a next major Bitcoin softfork. It is expected to get activated on mainnet in mid-November.

Tasks:

  • Support sending to Taproot addresses (should not be enabled before receive support in popular wallets) (mostly done)
  • Schnorr signature support
  • Taproot primitives in scripts

/later:/

  • Create Taproot address, support sending from Taproot address (receive)

Docs:

@optout21
Copy link
Contributor Author

Segwit v1 support, with Bech32m encoding is already supported, see:

#1345

https://community.trustwallet.com/t/taproot-support-send-already-supported/213127

@optout21
Copy link
Contributor Author

Schnorr support in the included Trezor library:

We should include Trezor version once it is availble.

@optout21 optout21 mentioned this issue Jul 30, 2021
5 tasks
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@hewigovens @optout21 and others