index
:
slackcoder/bips
master
Bitcoin Improvement Proposals
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bip-taproot.mediawiki
Age
Commit message (
Expand
)
Author
2019-11-12
bip-taproot: clarify bip-schnorr reference code
Jon Atack
2019-11-11
Fix typo
Agis Anastasopoulos
2019-11-11
Fxied typo in taproot_sign_script()
LaurentMT
2019-11-06
Internal pubkey calculation fixed in taproot_tweak_pubkey()
codeShark149
2019-11-06
Merge pull request #125 from fjahr/patch-1
Pieter Wuille
2019-11-06
fix: script spend, not key spend
Max Hillebrand
2019-11-05
Link design section of BIP Schnorr in Specification
Fabian Jahr
2019-11-04
Merge pull request #124 from sipa/square_terminology
Pieter Wuille
2019-11-04
Settle on notation: is_square(y), has_square_y(P)
Pieter Wuille
2019-11-05
fix docstring in taproot_output_script
Dmitry Petukhov
2019-11-04
use bytes() instead of b'' - avoid markdown issue
Dmitry Petukhov
2019-10-18
annex is bit 0 of spend_type
Anthony Towns
2019-10-08
Increase max Merkle path length
Pieter Wuille
2019-10-07
Fix formula
Pieter Wuille
2019-10-07
Merge pull request #77 from sipa/201909_bigger_opspos
Pieter Wuille
2019-09-30
Replace taproot_tweak_pubkey assertion with exception and add it to taproot_t...
Jonas Nick
2019-09-27
Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot w...
Jonas Nick
2019-09-25
Remove 0xc1
Jonas Nick
2019-09-25
separate p2sh wrapped security rationale
Anthony Towns
2019-09-24
Extend input_index from 16 to 32 bits
Pieter Wuille
2019-09-23
Merge pull request #71 from sipa/201909_fix_tag_rationale
Pieter Wuille
2019-09-20
Remove P2SH support
Pieter Wuille
2019-09-20
Move/reword tagged hashes motivation
Pieter Wuille
2019-09-16
bip-taproot: fix small typo (is does not)
Bryan Bishop
2019-09-11
Merge pull request #66 from sipa/jonasnick_design
Pieter Wuille
2019-09-10
Merge pull request #49 from jonasnick/key-aggregation-security
Pieter Wuille
2019-09-10
Move plain public key in output rationale to design section
Jonas Nick
2019-09-02
Merge pull request #59 from ajtowns/201908-schnorr32-nits
Pieter Wuille
2019-08-29
Fix privkey negation in taproot_sign_key
Jonas Nick
2019-08-29
use p for taproot internal key
Anthony Towns
2019-08-27
Address sipa's comments
Jonas Nick
2019-08-26
Tag signature hashes, improve rationale and update test vectors
Jonas Nick
2019-08-26
Use a tagged hash in bip-schnorr nonce derivation
Jonas Nick
2019-08-22
Prescribe that a taproot output key should always have a taproot commitment
Jonas Nick
2019-08-22
Use key path spend terminology more consistently in taproot/tapscript
Jonas Nick
2019-08-21
Merge pull request #43 from jonasnick/script-path-only
Pieter Wuille
2019-08-21
Address sipa's feedback
Jonas Nick
2019-08-19
Address Tim's comments
Jonas Nick
2019-08-18
Clarify how to disable key path spending
Jonas Nick
2019-08-18
Use short public keys for taproot output keys
Jonas Nick
2019-05-10
Clarify diagram
Jonas Nick
2019-05-10
taproot_output_script: first returned byte should be OP_1 (0x51)
Dmitry Petukhov
2019-05-06
Add taproot/tapscript bips drafts
Pieter Wuille