|
1 | 1 | # Bitcoin Lightning Improvement Proposal
|
2 | 2 |
|
3 |
| -bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document |
4 |
| -providing information to the Lightning community, or describing a new feature for |
5 |
| -the Lightning Network. The bLIP should provide a concise technical specification of |
6 |
| -the feature and a rationale for the feature. The bLIP author is responsible for |
| 3 | +bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document |
| 4 | +providing information to the Lightning community, or describing a new feature for |
| 5 | +the Lightning Network. The bLIP should provide a concise technical specification of |
| 6 | +the feature and a rationale for the feature. The bLIP author is responsible for |
7 | 7 | building consensus within the community and documenting dissenting opinions.
|
8 | 8 | Importantly, if a feature is intended to become universal or near universal, it must
|
9 | 9 | be a [BOLT](https://github.com/lightning/bolts).
|
10 | 10 |
|
11 |
| -People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should |
12 |
| -first propose their idea to the [Lightning development mailing |
13 |
| -list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After |
14 |
| -discussion, please open a PR. After copy-editing and acceptance, it will be |
| 11 | +People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should |
| 12 | +first propose their idea to the [Lightning development mailing |
| 13 | +list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After |
| 14 | +discussion, please open a PR. After copy-editing and acceptance, it will be |
15 | 15 | published here.
|
16 | 16 |
|
17 | 17 | For more detail on the process, please read [bLIP-0001](./blip-0001.md) and
|
18 | 18 | [bLIP-0002](./blip-0002.md).
|
19 | 19 |
|
20 |
| -| Number | Title | Author | Status | |
21 |
| -|--------|---------------------------|-----------------------------|--------| |
| 20 | +| Number | Title | Author | Status | |
| 21 | +|--------------------------|---------------------------|-----------------------------|--------| |
22 | 22 | | [1](./blip-0001.md) | bLIP Process | Ryan Gentry | Active |
|
23 |
| -| [2](./blip-0002.md) | reserved values | Bastien Teinturier | Active | |
| 23 | +| [2](./blip-0002.md) | Reserved Values | Bastien Teinturier | Active | |
24 | 24 | | [3](./blip-0003.md) | Keysend | Valentine Wallace | Active |
|
0 commit comments