Skip to content

Commit

Permalink
cron: update bips submodule and build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent c660ffe commit c4b081f
Show file tree
Hide file tree
Showing 389 changed files with 324 additions and 321 deletions.
2 changes: 1 addition & 1 deletion bips
Submodule bips updated 1 files
+2 −0 bip-0341.mediawiki
2 changes: 2 additions & 0 deletions web/content/341/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ In summary, the semantics of the <a href="/143" target="_blank">BIP143</a> sigha
<h4> Taproot key path spending signature validation </h4>


A Taproot signature is a 64-byte Schnorr signature, as defined in <a href="/340" target="_blank">BIP340</a>, with the sighash byte appended in the usual Bitcoin fashion. This sighash byte is optional. If omitted, the resulting signatures are 64 bytes, and a SIGHASH_DEFAULT mode is implied.

To validate a signature _sig_ with public key _q_:
* If the _sig_ is 64 bytes long, return _Verify(q, hash<sub>TapSighash</sub>(0x00 || SigMsg(0x00, 0)), sig)_<ref>**Why is the input to _hash<sub>TapSighash</sub>_ prefixed with 0x00?** This prefix is called the sighash epoch, and allows reusing the _hash<sub>TapSighash</sub>_ tagged hash in future signature algorithms that make invasive changes to how hashing is performed (as opposed to the _ext_flag_ mechanism that is used for incremental extensions). An alternative is having them use a different tag, but supporting a growing number of tags may become undesirable.</ref>, where _Verify_ is defined in <a href="/340" target="_blank">BIP340</a>.
* If the _sig_ is 65 bytes long, return _sig[64] &ne; 0x00<ref>**Why can the `hash_type` not be `0x00` in 65-byte signatures?** Permitting that would enable malleating (by third parties, including miners) 64-byte signatures into 65-byte ones, resulting in a different `wtxid` and a different fee rate than the creator intended.</ref> and Verify(q, hash<sub>TapSighash</sub>(0x00 || SigMsg(sig[64], 0)), sig[0:64])_.
Expand Down
2 changes: 1 addition & 1 deletion web/public/1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h2>Changelog</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2> Reference Implementation </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/100/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/101/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h2>Implementation</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/102/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2>Implementation</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/103/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2>Acknowledgements</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/104/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/105/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/106/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2>Deployment</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/107/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/109/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2> Post History </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/111/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2> References </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/112/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/113/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/114/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h2> Copyright </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/115/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h2>Reference Implementation</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/116/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2>References</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/117/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h2>References</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/118/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h2> Acknowledgements </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/119/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <h2>Copyright</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2>See Also</h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/120/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h2> References </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
2 changes: 1 addition & 1 deletion web/public/121/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2> References </h2>
<div data-pagefind-ignore class="w-full flex flex-col items-center space-y-2 text-center">
<div class="flex items-center space-x-2">
<p class="font-bold">Updated</p>
<p class="font-bold">2025-01-07</p>
<p class="font-bold">2025-01-08</p>
</div>
<p>See an issue with rendering or formatting? Submit an issue on <a href="https://github.com/nickmonad/bips.dev" target="_blank">GitHub</a></p>
<p>Do you find this site useful? Please consider <a href="https://buy.tryspeed.com/plink_live_lyek4a2yW2Sn2wfA" target="_blank">donating</a> some sats to support ongoing development.</p>
Expand Down
Loading

0 comments on commit c4b081f

Please sign in to comment.