@@ -72,9 +72,10 @@ Through its high visibility, it facilitates the community-wide consideration of
72
72
source to retrieve the latest version of any BIP. The repository transparently records all changes to each BIP and
73
73
allows any community member to retain a complete copy of the archive easily.
74
74
75
- The BIPs repository neither tracks community sentiment nor ecosystem adoption[ ^ adoption ] of BIPs beyond
75
+ The BIPs repository neither tracks community sentiment[ ^ acceptance ] nor ecosystem adoption[ ^ adoption ] of BIPs beyond
76
76
the brief overview provided via the BIP status (see [ Workflow] ( #workflow ) below).
77
- No formal or informal decision body governs Bitcoin development or decides acceptance[ ^ acceptance ] of BIPs.
77
+ Proposals are published in this repository if they are on-topic and fulfill the editorial criteria.
78
+ No formal or informal decision body governs Bitcoin development or decides adoption of BIPs.
78
79
79
80
## BIP Format and Structure
80
81
@@ -542,7 +543,7 @@ mentioned in the [Changelog](#changelog) section.
542
543
- "Other Implementations" sections are discouraged.[ ^ OtherImplementations ]
543
544
- Auxiliary files are only permitted in the corresponding BIP’s subdirectory, as no one used the alternative of labeling
544
545
them with the BIP number.
545
- - Tracking of adoption, acceptance, and community consensus is out of scope for the BIPs repository, except to determine
546
+ - Tracking of adoption and community consensus is out of scope for the BIPs repository, except to determine
546
547
whether a BIP is in active use for the move into or out of the Deployed status.
547
548
- The distinction between recommended and acceptable licenses was dropped.
548
549
- Most licenses that have not been used in the BIP process have been dropped from the list of acceptable licenses.
@@ -664,13 +665,13 @@ feedback, and helpful comments.
664
665
aforementioned can be represented by _ Closed_ without significantly impacting the information quality of the
665
666
overview table. Where the many Status variants provided minuscule additional information, the simplification is more
666
667
valuable and the Changelog section now collects specific details.
667
- [ ^ acceptance ] : ** What is meant by acceptance ?**
668
+ [ ^ acceptance ] : ** When is a BIP "accepted" ?**
668
669
Many standards processes such as the PEPs or the IETF have a mechanism for a proposal to be formally accepted by
669
670
some council or committee. The BIP Process does not have such a decision body. Bitcoin development and "acceptance"
670
- of BIPs emerges from the participation of stakeholders across the ecosystem, and refers to some notion of community
671
+ of BIPs emerges from the participation of stakeholders across the ecosystem, and refers to some vague notion of community
671
672
interest and support for a proposal.
672
673
BIP 2 had made an attempt to gather community feedback into comment summaries in BIPs directly. Given the low
673
- adoption and corresponding low information quality of the summaries that resulted from that feature, this BIP
674
+ participation and corresponding low information quality of the summaries that resulted from that feature, this BIP
674
675
instead intends to leave the evaluation of BIPs to the reviewers and users.
675
676
[ ^ adoption ] : ** Why does the BIPs repository no longer track adoption?**
676
677
In the past, some BIPs maintained lists of projects that had implemented the BIP. These lists generated
0 commit comments