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
Christian Decker e47c1af720 moveonly: Splitting BOLT 01 into two
So far we had both the transport layer, with its initialization details,
and part of the base protocol, with some generic messages like `init`
and `error` in a single spec. I propose we split the spec into two, one
for the transport layer and one for the communication on top of that
layer. This should make the independence of the two layers even clearer.

This commit is the first step towards that goal and simply moves blocks
of text into the new spec file. It should not change any semantics.
2016-11-30 19:40:55 -08:00
tools tools/extract-formats.py: extract message definitions and check alignment. 2016-11-23 11:54:14 +10:30
00-introduction.md Add CC-BY. 2016-11-23 06:22:59 +10:30
01-messaging.md moveonly: Splitting BOLT 01 into two 2016-11-30 19:40:55 -08:00
02-peer-protocol.md BOLT 1, BOLT 2, BOLT 5: 2-byte lengths everywhere. 2016-11-29 10:34:43 +10:30
03-transactions.md BOLT 3: Fix incorrect secret derivation. 2016-12-01 11:53:29 +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 moveonly: Splitting BOLT 01 into two 2016-11-30 19:40:55 -08:00
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.