You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created: <date created on, in ISO 8601 (yyyy-mm-dd) format>
@@ -178,11 +178,11 @@ The typical paths of the status of BIPs are as follows:
178
178
Champions of a BIP may decide on their own to change the status between Draft, Deferred, or Withdrawn.
179
179
The BIP editor may also change the status to Deferred when no progress is being made on the BIP.
180
180
181
-
A BIP may only change status from Draft (or Rejected) to Accepted, when the author deems it is complete, has a working implementation (where applicable), and has community plans to progress it to the Final status.
181
+
A BIP may only change status from Draft (or Rejected) to Proposed, when the author deems it is complete, has a working implementation (where applicable), and has community plans to progress it to the Final status.
182
182
183
-
BIPs should be changed from Draft or Accepted status, to Rejected status, upon request by any person, if they have not made progress in three years. Such a BIP may be changed to Draft status if the champion provides revisions that meaningfully address public criticism of the proposal, or to Accepted status if it meets the criteria required as described in the previous paragraph.
183
+
BIPs should be changed from Draft or Proposed status, to Rejected status, upon request by any person, if they have not made progress in three years. Such a BIP may be changed to Draft status if the champion provides revisions that meaningfully address public criticism of the proposal, or to Proposed status if it meets the criteria required as described in the previous paragraph.
184
184
185
-
An Accepted BIP may progress to Final only when specific criteria reflecting real-world adoption has occurred. This is different for each BIP depending on the nature of its proposed changes, which will be expanded on below. Evaluation of this status change should be objectively verifiable, and/or be discussed on the development mailing list.
185
+
An Proposed BIP may progress to Final only when specific criteria reflecting real-world adoption has occurred. This is different for each BIP depending on the nature of its proposed changes, which will be expanded on below. Evaluation of this status change should be objectively verifiable, and/or be discussed on the development mailing list.
186
186
187
187
When a Final BIP is no longer relevant, its status may be changed to Replaced or Obsolete (which is equivalent to Replaced). This change must also be objectively verifiable and/or discussed.
188
188
@@ -208,7 +208,7 @@ These criteria are considered objective ways to observe the de facto adoption of
208
208
209
209
Why is this necessary at all?
210
210
211
-
* BIP 1 defines an ambiguous criteria for the Status field of BIPs, which is often a source of confusion. As a result, many BIPs with significant real-world use have been left as Draft or Accepted status longer than appropriate. By giving objective criteria to judge the progression of BIPs, this proposal aims to help keep the Status accurate and up-to-date.
211
+
* BIP 1 defines an ambiguous criteria for the Status field of BIPs, which is often a source of confusion. As a result, many BIPs with significant real-world use have been left as Draft or Proposed status longer than appropriate. By giving objective criteria to judge the progression of BIPs, this proposal aims to help keep the Status accurate and up-to-date.
212
212
213
213
How is the entire Bitcoin economy defined by people selling goods/services and holders?
214
214
@@ -390,14 +390,15 @@ Why is Public Domain no longer acceptable for new BIPs?
390
390
==Changes from BIP 1==
391
391
392
392
* Acceptable licenses are redefined entirely, allowing a wide variety of open licenses, while prohibiting the problematic older choices.
393
-
* An implementation is now required (when applicable) before BIPs can proceed to Accepted Status.
393
+
* An implementation is now required (when applicable) before BIPs can proceed to Proposed Status.
394
394
* The License preamble headers have been added.
395
395
* BIP Comments are newly introduced.
396
396
* Non-image auxiliary files are permitted in the bip-XXXX subdirectory.
397
397
* The Post-History header may be provided as a link instead of a simple date.
398
398
* The Resolution header has been dropped, as it is not applicable to a decentralised system where no authority exists to make final decisions.
399
399
* Email addresses are now required for authors.
400
400
* Markdown format is no longer permitted for BIPs.
0 commit comments