-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
b992465
commit b756d0b
Showing
45 changed files
with
653 additions
and
427 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,7 @@ | ||
--- | ||
cip: | ||
title: | ||
author: | ||
lang: en-US | ||
tag: draft | ||
category: <!-- Choose one: core | networking | interface | cbc | meta | informational --> | ||
date: <!-- Enter the creation date in ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS) --> | ||
--- | ||
<!-- This is the suggested template for new CIPs. Note that a CIP number will be assigned by an editor. When opening a pull request to submit your CIP, use an abbreviated title for the filename, `cip-ID.md`, where "ID" is the CIP ID. The title should be 44 characters or fewer. --> | ||
<!-- This is the suggested template for new PRs. When opening a pull request to submit your CIP, use an abbreviated title for the filename, `cip-ID.md`, where "ID" is the CIP ID. The title should be 44 characters or fewer. --> | ||
<!-- Provide a simplified and layman-accessible explanation of the CIP. --> | ||
|
||
<!-- more --> | ||
|
||
## Abstract | ||
<!-- A short (~200 words) description of the technical issue being addressed. --> | ||
|
||
## Motivation | ||
<!-- The motivation is critical for CIPs aiming to change the Core protocol. It should clearly explain why the existing protocol specification is inadequate to address the problem the CIP addresses. CIP submissions without sufficient motivation may be rejected outright. --> | ||
|
||
## Specification | ||
<!-- The technical specification should describe the syntax and semantics of any new feature. This section should be detailed enough to allow for competing, interoperable implementations on all current Core platforms. --> | ||
|
||
## Rationale | ||
<!-- The rationale elaborates on the specification by describing the motivations behind the design and the reasons for particular design decisions. It should discuss alternative designs considered and related work. The rationale may also provide evidence of consensus within the community and should address significant objections or concerns raised during discussions. --> | ||
|
||
## Backwards Compatibility | ||
<!-- All CIPs introducing backward incompatibilities must include a section detailing these incompatibilities and their severity. The CIP should explain how the author proposes to address these incompatibilities. CIP submissions lacking a comprehensive backward compatibility analysis may be rejected outright. --> | ||
|
||
## Test Cases | ||
<!-- Test cases for an implementation are mandatory for CIPs affecting consensus changes. Other CIPs can opt to include links to relevant test cases if applicable. --> | ||
|
||
## Implementation | ||
<!-- Implementations should be finalized before any CIP receives "Final" status, but they don't need to be completed before the CIP is accepted. Though achieving consensus on the specification and rationale prior to coding is beneficial, the principle of "rough consensus and running code" remains useful for resolving many API details discussions. --> | ||
|
||
## Security Considerations | ||
<!-- All CIPs must include a section discussing the security implications and considerations relevant to the proposed change. This section should provide details important for security discussions, highlight potential risks, and be referenced throughout the proposal's lifecycle. CIP submissions lacking the "Security Considerations" section will be rejected. A CIP cannot achieve "Final" status without a Security Considerations discussion deemed satisfactory by the reviewers. --> | ||
|
||
## Copyright | ||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). | ||
<!-- A short (~200 words) description of the technical issue being addressed. --> |
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,45 +1,36 @@ | ||
node_modules | ||
.temp | ||
.cache | ||
pids | ||
logs | ||
npm-debug.log | ||
coverage/ | ||
run | ||
dist | ||
.nyc_output | ||
.basement | ||
config.local.js | ||
basement_dist | ||
/blog/.vuepress/dist/ | ||
/blog/.vuepress/.cache/ | ||
/blog/.vuepress/.temp/ | ||
yarn.lock | ||
package-lock.json | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# General | ||
# Misc | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
Thumbs.db | ||
.Trash | ||
.idea/ | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
.pnpm-debug.log* | ||
package-lock.json | ||
yarn.lock | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.