Author

Topic: How to find changelist(commit) in bitcoin code tree for some BIP implementation? (Read 144 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
https://github.com/bitcoin/bitcoin/blob/master/doc/bips.md lists all of the BIPs implemented by Bitcoin Core and a link to the Pull Request(s) that implements it.
legendary
Activity: 1638
Merit: 1329
Stultorum infinitus est numerus
If you scroll down to .mediawiki files and open them for any BIP you would like to inspect, there is the commit/pull request link at the very end of the file. It's the "Implementation" part, just so you know though. It's not available on all BIPS.
jr. member
Activity: 47
Merit: 8
The BIPs are listed on link https://github.com/bitcoin/bips。
Iff some BIP is implemented in sourcecode, where to find its corresponding commit id(change list) in code tree?

Thanks
Jump to: