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

update motoko basic_bitcoin readme #1019

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

altkdf
Copy link
Contributor

@altkdf altkdf commented Oct 8, 2024

This example now also supports taproot.

@altkdf altkdf self-assigned this Oct 8, 2024
@@ -226,15 +229,4 @@ For example, the following aspects are particularly relevant for this app:
* [Certify query responses if they are relevant for security](https://internetcomputer.org/docs/current/references/security/general-security-best-practices#certify-query-responses-if-they-are-relevant-for-security), since the app e.g. offers a method to read balances.
* [Use a decentralized governance system like SNS to make a canister have a decentralized controller](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview)

## Taproot transactions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This information is redundant because already included in the description of the addresses.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally you can add in the above address description that untweaked P2TR transactions have the limitation that they cannot be used in combination with scripts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a sentence about it

@altkdf altkdf requested a review from fspreiss October 8, 2024 16:56
@altkdf altkdf marked this pull request as ready for review October 8, 2024 16:56
@altkdf altkdf requested a review from a team as a code owner October 8, 2024 16:56
@@ -226,15 +229,4 @@ For example, the following aspects are particularly relevant for this app:
* [Certify query responses if they are relevant for security](https://internetcomputer.org/docs/current/references/security/general-security-best-practices#certify-query-responses-if-they-are-relevant-for-security), since the app e.g. offers a method to read balances.
* [Use a decentralized governance system like SNS to make a canister have a decentralized controller](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview)

## Taproot transactions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally you can add in the above address description that untweaked P2TR transactions have the limitation that they cannot be used in combination with scripts.

@altkdf altkdf merged commit 5bd93cf into master Oct 23, 2024
4 checks passed
@altkdf altkdf deleted the alex/update-motoko-basic-bitcoin-readme branch October 23, 2024 11:02
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

Successfully merging this pull request may close these issues.

2 participants