|
@@ -4,7 +4,7 @@
|
|
|
Type: Process
|
|
|
Impact: None
|
|
|
Author: Herman Schoenfeld <<i>[email protected]</i>>
|
|
|
- Comments-URI: TBD
|
|
|
+ Comments-URI: https://github.com/PascalCoin/PascalCoin/issues/44
|
|
|
Status: Draft
|
|
|
Created: 2017-07-24
|
|
|
</pre>
|
|
@@ -26,7 +26,7 @@ Anyone can author a PIP and submit it to the PIP Maintainer via e-mail or GitHub
|
|
|
|
|
|

|
|
|
|
|
|
-Once the PIP is submitted to the PIP Editor, the PIP editor maintains the status of the PIP as the workflow progresses.
|
|
|
+Once the PIP is submitted to the PIP Maintainer, the PIP Maintainer maintains the status of the PIP as the workflow progresses.
|
|
|
|
|
|
### Consensus
|
|
|
|
|
@@ -34,11 +34,11 @@ Consensus on a PIP is arrived at by the community and the PascalCoin developers.
|
|
|
|
|
|
### Transferring Ownership
|
|
|
|
|
|
-If it becomes necessary to transfer ownership of a PIP, the original author is retained as a co-author and the new author is added to the PIP. This process takes place by the new author sending an email to the PIP Editor, carbon-copying the original author, explaining the transfer. The original author must consent if reasonably able to do so. The PIP Editor can make the decision without the original author.
|
|
|
+If it becomes necessary to transfer ownership of a PIP, the original author is retained as a co-author and the new author is added to the PIP. This process takes place by the new author sending an email to the PIP Maintainer, carbon-copying the original author, explaining the transfer. The original author must consent if reasonably able to do so. The PIP Maintainer can make the decision without the original author.
|
|
|
|
|
|
-### PIP Editors
|
|
|
+### PIP Maintainer
|
|
|
|
|
|
-The current PIP editor is Herman Schoenfeld who can be contacted at [email protected].
|
|
|
+The current PIP Maintainer is Herman Schoenfeld who can be contacted at [email protected].
|
|
|
|
|
|
|
|
|
## PIP Format and Structure
|
|
@@ -62,7 +62,7 @@ PIP editors can use [this online editor](https://jbt.github.io/markdown-editor/)
|
|
|
Title: <<i>PIP title; maximum 44 characters</i>>
|
|
|
Type <<i>The type of PIP, see below for options</i>>
|
|
|
Author: <<i>list of authors' real names and email addrs</i>>
|
|
|
- Impact <<i>How impactful the proposed changes are, see below for details.</i>>
|
|
|
+ Impact <<i>How impactful the proposed changes are, see below for details. Format: Severity - Sub-System(s)</i>>
|
|
|
* Discussions-To: <<i>email address</i>>
|
|
|
* Comments-Summary: <<i>summary tone</i>>
|
|
|
Comments-URI: <<i>links to wiki page for comments</i>
|
|
@@ -98,16 +98,12 @@ A PIP may have multiple types.
|
|
|
| Hard-Fork | changes require a scheduled network-wide upgrade whereby non-upgraded nodes will not inter-operate with upgraded nodes. |
|
|
|
|
|
|
|
|
|
-#### Affected Aspects
|
|
|
-
|
|
|
-| Aspect | Description |
|
|
|
-| :--------- | :------------------------------------------------ |
|
|
|
-| Protocol | changes to the PascalCoin network protocol |
|
|
|
-| API | changes to JSON-RPC API |
|
|
|
-| GUI | changes to wallet GUI |
|
|
|
-| Mobile | changes to mobile GUI or implementation |
|
|
|
-| Other | changes to any other aspect of how PascalCoin is implemented. For examples, changes to log format or how persistence-layer would fall other here. |
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+#### Impacted Sub-system
|
|
|
|
|
|
+| Sub-system | Description |
|
|
|
+| :------------ | :------------------------------------------------ |
|
|
|
+| Protocol | changes to the PascalCoin network protocol |
|
|
|
+| API | changes to JSON-RPC API |
|
|
|
+| GUI | changes to wallet GUI |
|
|
|
+| Mobile | changes to mobile GUI or implementation |
|
|
|
+| Other | changes to any other aspect of how PascalCoin is implemented. For examples, changes to log format or how persistence-layer would fall other here. |
|