forked from lightning/blips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply common markdown linting rules.
- Loading branch information
Showing
4 changed files
with
160 additions
and
161 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# Bitcoin Lightning Improvement Proposal | ||
|
||
bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document | ||
providing information to the Lightning community, or describing a new feature for | ||
the Lightning Network. The bLIP should provide a concise technical specification of | ||
the feature and a rationale for the feature. The bLIP author is responsible for | ||
bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document | ||
providing information to the Lightning community, or describing a new feature for | ||
the Lightning Network. The bLIP should provide a concise technical specification of | ||
the feature and a rationale for the feature. The bLIP author is responsible for | ||
building consensus within the community and documenting dissenting opinions. | ||
Importantly, if a feature is intended to become universal or near universal, it must | ||
be a [BOLT](https://github.com/lightning/bolts). | ||
|
||
People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should | ||
first propose their idea to the [Lightning development mailing | ||
list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After | ||
discussion, please open a PR. After copy-editing and acceptance, it will be | ||
People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should | ||
first propose their idea to the [Lightning development mailing | ||
list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After | ||
discussion, please open a PR. After copy-editing and acceptance, it will be | ||
published here. | ||
|
||
For more detail on the process, please read [bLIP-0001](./blip-0001.md) and | ||
[bLIP-0002](./blip-0002.md). | ||
|
||
| Number | Title | Author | Status | | ||
|--------|---------------------------|-----------------------------|--------| | ||
| Number | Title | Author | Status | | ||
|--------------------------|---------------------------|-----------------------------|--------| | ||
| [1](./blip-0001.md) | bLIP Process | Ryan Gentry | Active | | ||
| [2](./blip-0002.md) | reserved values | Bastien Teinturier | Active | | ||
| [2](./blip-0002.md) | Reserved Values | Bastien Teinturier | Active | | ||
| [3](./blip-0003.md) | Keysend | Valentine Wallace | Active | |
Oops, something went wrong.