-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
89 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# For now, tag everyone who wants to participate | ||
* @bitclout/reviewers | ||
* @deso-protocol/reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Security Policy | ||
|
||
BitClout encourages responsible vulnerability disclosure for security issues. | ||
DeSo encourages responsible vulnerability disclosure for security issues. | ||
|
||
Read the [Bug Bounty documentation](https://docs.bitclout.com/devs/bug-bounty) for more information. | ||
Read the [Bug Bounty documentation](https://docs.deso.org/devs/bug-bounty) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
--- | ||
cip: <to be assigned> | ||
title: <CIP title> | ||
title: <DIP title> | ||
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <[email protected]>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)> | ||
discussions-url: <URL> | ||
created: <date created on, in ISO 8601 (yyyy-mm-dd) format> | ||
--- | ||
|
||
This is the suggested template for new CIPs. Note that a CIP number will be assigned by a core dev. | ||
This is the suggested template for new DIPs. Note that a DIP number will be assigned by a core dev. | ||
|
||
## One-Line Description | ||
|
||
A very simple description that someone who's quickly scanning CIPs can use to | ||
A very simple description that someone who's quickly scanning DIPs can use to | ||
immediately understand what this change is doing. | ||
|
||
## Explanation and Motivation | ||
Provide a simple explanation of the CIP. | ||
Provide a simple explanation of the DIP. | ||
|
||
Include an explanation of the "why" behind this CIP. What problem does it solve? | ||
Include an explanation of the "why" behind this DIP. What problem does it solve? | ||
|
||
## Specification | ||
The technical specification should describe the new feature in deep technical detail. It should be detailed enough to allow for complete implementation. | ||
|
@@ -27,13 +27,13 @@ Include the rationale behind any decisions. If there were any approaches that di | |
Identify any additional storage requirements in the blockchain due to this change. Carefully consider if there are opportunities to optimize storage requirements. | ||
|
||
## Backwards Compatibility | ||
All CIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The CIP must explain how the author proposes to deal with these incompatibilities. | ||
All DIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The DIP must explain how the author proposes to deal with these incompatibilities. | ||
|
||
## Test Cases | ||
If this change requires more than just unit tests, include an explanation of how you're going to test your change to make sure it works. | ||
|
||
## Security Considerations | ||
All CIPs must contain a section that discusses the security | ||
All DIPs must contain a section that discusses the security | ||
implications/considerations relevant to the proposed change. Include | ||
possible attack vectors or ways this change could cause problems | ||
down the road. | ||
|
@@ -45,4 +45,4 @@ not chosen. | |
|
||
## Acknowledgements | ||
If there were additional community members that helped you guide / hone your | ||
thoughts, or members who gave constructive feedback to make this CIP better. | ||
thoughts, or members who gave constructive feedback to make this DIP better. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.