1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 10:00:04 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Go to file
Rusty Russell fd9da9b95e BOLT 7: Add compressed (zlib) encoding.
[ Note: in retrospect, adding this in the initial draft without its
  own feature bit was a mistake.  It was a premature optimization,
  adds complexity and removes the ability to disable it if a problem
  is found without disabling gossip_queries entirely.  However, it
  is already deployed as-is. --RR ]
  
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-06-28 00:21:23 +00:00
tools tools/extract-formats.py: handle option labels on types. 2018-06-28 00:21:23 +00:00
.aspell.en.pws BOLT 7: Add compressed (zlib) encoding. 2018-06-28 00:21:23 +00:00
.copy-edit-stylesheet-checklist.md Fix markdownlint warnings 2018-02-05 09:01:00 +00:00
.travis.yml tools: don't enforce alignment. 2017-11-28 00:09:57 +00:00
00-introduction.md Formatting fixes. 2018-05-24 04:09:54 +00:00
01-messaging.md BOLT 1: options must be included if negotiated, not if understood. 2018-06-28 00:21:23 +00:00
02-peer-protocol.md BOLT 2: use cross-reference to BOLT3 when we refer to to_local and to_remote 2018-05-24 04:25:13 +00:00
03-transactions.md Fix TOC indentation and links 2018-06-25 10:58:03 +00:00
04-onion-routing.md Add changes requested by @cdecker 2018-05-14 01:03:44 +00:00
05-onchain.md consistency: option-data-loss-protect->option_data_loss_protect 2018-03-05 19:20:37 +00:00
07-routing-gossip.md BOLT 7: Add compressed (zlib) encoding. 2018-06-28 00:21:23 +00:00
08-transport.md BOLT 8: clarify rotation frequency. 2018-06-11 11:18:30 +00:00
09-features.md BOLT 7: query_messages option. 2018-06-28 00:21:23 +00:00
10-dns-bootstrap.md Add missing space in command-line example 2018-04-30 10:37:08 +00:00
11-payment-encoding.md Break lines in route example 2018-06-26 20:42:09 +00:00
README.md Fix formatting of BOLT links 2018-01-22 14:02:01 +01:00

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.