1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 09:10:07 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell ffed58f1a5 BOLT 8: minor clarifications and fixes.
1. More than three variables.
2. Make nonce encoding explicit (Big-endian, like everything else).
3. `e` is a keypair in this context; use `re` for their pubkey.
4. Explicitly note `re` and `le` notation.
5. Fix RFC reference.
6. Close `` around HKDF.
7. Use `ss` for the shared secret; `s` is already taken.
8. Use `re` for their pubkey.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-12-06 13:39:11 +10:30
tools BOLT 2: remove attempts to align signatures. 2016-11-29 12:58:13 +10:30
00-introduction.md BOLT 0: Fix up name and link for BOLT 1 2016-12-04 10:36:34 +10:30
01-messaging.md typo 2016-12-05 12:51:46 +01:00
02-peer-protocol.md BOLT 02: update opening channel establishment paragraph 2016-12-05 12:16:35 -08:00
03-transactions.md BOLT 3: per-commitment not per-commit. 2016-12-02 11:45:01 +10:30
04-onion-routing.md Add CC-BY. 2016-11-23 06:22:59 +10:30
05-onchain.md BOLT 1, BOLT 2, BOLT 5: 2-byte lengths everywhere. 2016-11-29 10:34:43 +10:30
06-irc-announcements.md Add CC-BY. 2016-11-23 06:22:59 +10:30
07-routing-gossip.md Merge pull request #14 from lightningnetwork/extraction-tools 2016-11-28 11:34:09 +10:30
08-transport.md BOLT 8: minor clarifications and fixes. 2016-12-06 13:39:11 +10:30
README.md Add CC-BY. 2016-11-23 06:22:59 +10:30

Lightning Network In-Progress Specifications

The specifications are currently a work-in-progress and currently being drafted.

Pull requests and comments welcome, seeking input from community stakeholders.

Discussion available on the lighting-dev mailing list.

Start here for Table of Contents

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.