Update the BIP Process#2
Conversation
add clarifying note about the current opcode
bf9aa75 to
30f1b8d
Compare
180c832 to
f9017d4
Compare
52469d0 to
0dceb9c
Compare
There was a problem hiding this comment.
First (somewhat superfical) pass, didn't yet compare to BIP 2 or go deeper on the changes.
The "Changes from BIP-2" section is an excellent idea (didn't verify it yet).
Edits:
- I like the statuses simplification
- I dislike the "champions" usage, prefer "authors"
- Would be good to use one single format, e.g. BIP2 vs BIP 2 vs BIP-2, in this BIP.
| ## Rationale | ||
|
|
||
| [^astroturfing]: **What does it mean to be focused on Bitcoin the currency?** | ||
| Proposals to astroturf on the Bitcoin network to store data, bootstrap their own consensus mechanism, or facilitate |
There was a problem hiding this comment.
I want to get rid of that underspecified requirement. Happy to add one or multiple concrete criteria that can be evaluated more objectively.
d4cfee5 to
b3bf8a1
Compare
|
I should now have addressed all the feedback |
905571a to
1f3e27b
Compare
|
Regarding scope, here's a different attempt:
Or a variant:
It may be worth discussing this aspect (and other "large" topics) in separate issues. |
What constitutes "in conflict" may need clarifying. |
jonatack
left a comment
There was a problem hiding this comment.
WIP (will comment when I've finished reviewing this version).
|
Note that the top-level |
murchandamus
left a comment
There was a problem hiding this comment.
I think I have addressed all review feedback, please let me know if I overlooked something. Still have a few open todos like the scope.
I made updates to the README to match the new process. |
2573a79 to
914b9a8
Compare
Sure, that seems at least as good as anything that I had so far. |
db4b6b1 to
7554714
Compare
murchandamus
left a comment
There was a problem hiding this comment.
from @jonatack's request to comment here:
I would like an editor/champion field as per bitcoin#1482, clarifying the difference between authorship and helping out / point of contact for edits.
We could add a separate field "Proposers" (or "Proponents" or whatever you choose above), or even "Champions", which could be optional if it matches the "Authors" field. It sounds like a clean solution to me, and I lean towards it, but I wonder if it's slight overkill.
@JeremyRubin, @real-or-random: I introduced minimal changes to add a "Proponents" header, but to do it properly, I think it would require reworking several sections of the proposal. I’m not sure whether the distinction between Authors and Proponents occurs often enough and adds enough value to motivate the additional necessary changes.
| #### Recommended licenses | ||
|
|
||
| * BSD-2-Clause: [OSI-approved BSD 2-clause license](https://opensource.org/licenses/BSD-2-Clause) | ||
| * BSD-3-Clause: [OSI-approved BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause) | ||
| * CC0-1.0: [Creative Commons CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) | ||
| * GNU-All-Permissive: [GNU All-Permissive License](http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html) | ||
|
|
||
| #### Not recommended, but acceptable licenses[^licenses] | ||
|
|
||
| * CC-BY-4.0: [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) | ||
| * CC-BY-SA-4.0: [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) | ||
| * MIT: [Expat/MIT/X11 license](https://opensource.org/licenses/MIT) |
There was a problem hiding this comment.
Thanks that’s a nice simplification. I’ve folded "Recommended licenses" and "Not recommended acceptable lincenses" into "Acceptable licenses".
To be honest, the license aspect of the process is not my forte or at the center of my interests. I am more than happy to consider any further suggestions, especially simplifications to that aspect of the proposal.
|
Okay, I think I should be caught up on all review comments that I could process. The major changes in this update:
Beyond that there are many smaller changes to address all of your many excellent review comments. Thank you very much for all the review. |
|
I finished reading my draft and started going through the document to make a few more edits. Please let me know if you have any other suggestions, otherwise, I will open a pull request to the BIP repository with the resulting version after I finish my edits. |
|
Thanks @real-or-random, I addressed your comments from today. |
|
I have opened a pull request to the BIP repository here: bitcoin#1712 |

This BIP proposes a successor to BIP-2 by defining an updated BIP process.