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
2020-01-19
G refers to secp256k1 base point rather generator
Hennadii Stepanov
2020-01-19
FIX: BIPs should be specified as lowercase to match filenames
Anthony
2020-01-19
ADD: Require Schnorr BIP for Taproot
Anthony
2020-01-19
tweak 211 bytes text
Dev Random
2020-01-19
clarify 211 hash bytes and non-reuse of keys
Devrandom
2020-01-19
remind reader where [:] is defined
Gregory Sanders
2020-01-19
Replace R with P in taproot_tweak_seckey
Orfeas Stefanos Thyfronitis Litos
2020-01-19
Fix typo
Agis Anastasopoulos
2020-01-19
Fxied typo in taproot_sign_script()
LaurentMT
2020-01-19
Internal pubkey calculation fixed in taproot_tweak_pubkey()
codeShark149
2020-01-19
Link design section of BIP Schnorr in Specification
Fabian Jahr
2020-01-19
fix: script spend, not key spend
Max Hillebrand
2020-01-19
Settle on notation: is_square(y), has_square_y(P)
Pieter Wuille
2020-01-19
fix docstring in taproot_output_script
Dmitry Petukhov
2020-01-19
use bytes() instead of b'' - avoid markdown issue
Dmitry Petukhov
2020-01-19
annex is bit 0 of spend_type
Anthony Towns
2020-01-19
Increase max Merkle path length
Pieter Wuille
2020-01-19
Fix formula
Pieter Wuille
2020-01-19
Extend input_index from 16 to 32 bits
Pieter Wuille
2020-01-19
Replace taproot_tweak_pubkey assertion with exception and add it to taproot_t...
Jonas Nick
2020-01-19
Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot w...
Jonas Nick
2020-01-19
Remove 0xc1
Jonas Nick
2020-01-19
separate p2sh wrapped security rationale
Anthony Towns
2020-01-19
Move/reword tagged hashes motivation
Pieter Wuille
2020-01-19
Remove P2SH support
Pieter Wuille
2020-01-19
bip-taproot: fix small typo (is does not)
Bryan Bishop
2020-01-19
Move plain public key in output rationale to design section
Jonas Nick
2020-01-19
Prescribe that a taproot output key should always have a taproot commitment
Jonas Nick
2020-01-19
use p for taproot internal key
Anthony Towns
2020-01-19
Fix privkey negation in taproot_sign_key
Jonas Nick
2020-01-19
Address sipa's comments
Jonas Nick
2020-01-19
Tag signature hashes, improve rationale and update test vectors
Jonas Nick
2020-01-19
Use a tagged hash in bip-schnorr nonce derivation
Jonas Nick
2020-01-19
Use key path spend terminology more consistently in taproot/tapscript
Jonas Nick
2020-01-19
Clarify how to disable key path spending
Jonas Nick
2020-01-19
Address sipa's feedback
Jonas Nick
2020-01-19
Address Tim's comments
Jonas Nick
2020-01-19
Use short public keys for taproot output keys
Jonas Nick
2020-01-19
Clarify diagram
Jonas Nick
2020-01-19
taproot_output_script: first returned byte should be OP_1 (0x51)
Dmitry Petukhov
2020-01-19
Add taproot/tapscript bips drafts
Pieter Wuille