Post
Topic
Board Development & Technical Discussion
Re: List of BIPs?
by
ETFbitcoin
on 10/12/2019, 18:15:17 UTC
If you only meant approved BIP, see url]https://github.com/bitcoin/bips[/url]
not exactly "approved". BIPs are just "proposals", some of them are already part of bitcoin consensus (if they are consensus related, if not they are there and you can use them or not like BIP178), some are rejected, some are deprecated by a new version, some are withdrawn,...
check out the "status" column of the table at the bottom.
withdrawn: https://github.com/bitcoin/bips/blob/master/bip-0012.mediawiki
replaced: https://github.com/bitcoin/bips/blob/master/bip-0020.mediawiki

basically any proposal that is "ready to be proposed" is placed in there. if they are in early stages, incomplete, need more testing,... they are discussed elsewhere like on mailing list and usually reside in repository of the proposer then added to the list when they are complete.

True, but it should be good enough to get it's own BIP assigned number.