sipa / bips

Bitcoin Improvement Proposals
bitcoin.org
145 stars 43 forks source link

ADD: Require BIPs for Taproot and Tapscript #135

Closed pyskell closed 5 years ago

pyskell commented 5 years ago

Per https://github.com/bitcoin/bips/blob/master/bip-0001.mediawiki:

"BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on"

Given the scope of the Taproot/Schnorr improvements I think it's important to include all mandatory dependencies of Taproot in the BIP's header.

Currently a placeholder to be replaced with actual BIP number if this BIP/Schnorr proceeds further.

sipa commented 5 years ago

Also make bip-tapscript depend on bip-taproot?

pyskell commented 5 years ago

Does bip-tapscript also depend on bip-schnorr?

Nevermind, it does.