Post
Topic
Board Development & Technical Discussion
Re: when has a BIP been merged?
by
1440000bytes
on 06/01/2025, 17:07:45 UTC
Is there an easy way to know whether a given BIP has been merged or whether its still in work?
Yes it's easy, just refer to Bitcoin GitHub Repository's doc directory.
Link: https://github.com/bitcoin/bitcoin/blob/master/doc/bips.md

For the dates, most of the entries in the link above have notes on which version it's implemented, do a quick research of when those specific versions are released.

These are BIPs implemented in bitcoin core. Its not necessary that you will find all the BIPs in this list.