Is there a BIPs roadmap somewhere?

1

Which BIPs are already implemented by bitcoin-core and which are scheduled to be supported by the client in the scheduled releases?

I found these questions to be relevant:

but still didn't manage to get an answer to that question.

Doug Peters

Posted 2014-12-28T16:51:27.627

Reputation: 1 326

Answers

2

All the BIPs that have been written up are listed on the BIPs Github project along with their status:

https://github.com/bitcoin/bips/blob/master/README.mediawiki

There's rarely a clear plan as to when they're going to incorporated into bitcoin-core and the corresponding schedule. In open source projects, features get incorporated when someone gets around implementing them and the review process is done.

The best way to follow implementation is to follow the development mailing list and Github pull requests (https://github.com/bitcoin/bitcoin/pulls).

Matthieu

Posted 2014-12-28T16:51:27.627

Reputation: 866

Thanks, Matthieu! What does status:final stand for at https://github.com/bitcoin/bips/blob/master/README.mediawiki?

Doug Peters 2014-12-28T20:03:32.370

Read BIP 1, it explains the BIP process.Pieter Wuille 2014-12-28T20:27:46.063