1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 22:25:42 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell 6af2ba23a8 tools/extract-formats.py: handle continuous types in tlvs.
We were swallowing the unused line after `data`, but it's
normal to do:

```
1. tlvs: `n1`
2. types:
   1. type: 1 (`tlv1`)
   2. data:
     * [`tu64`:`amount_msat`]
   1. type: 2 (`tlv2`)
   2. data:
     * [`short_channel_id`:`scid`]
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-22 23:27:13 +00:00
tools tools/extract-formats.py: handle continuous types in tlvs. 2019-07-22 23:27:13 +00:00
.aspell.en.pws BOLT01: swap CompactSize for BigSize in TLV format 2019-07-22 15:19:09 -05:00
.copy-edit-stylesheet-checklist.md clarify purpose of stylesheet; add instructions for executing spellchecker.sh 2019-01-07 19:34:58 +00:00
.travis.yml tools/extract-formats.py: rewrite, change output. 2019-07-09 00:48:46 +00:00
00-introduction.md Bolt 00: Added Internal Links to Glossary (#637) 2019-07-15 10:01:15 +02:00
01-messaging.md BOLT01: swap CompactSize for BigSize in TLV format 2019-07-22 15:19:09 -05:00
02-peer-protocol.md BOLT 2: remove local/remote from reestablish field names. 2019-07-22 16:47:19 -05:00
03-transactions.md Change opcode reference format (#594) 2019-07-09 10:40:29 +02:00
04-onion-routing.md Rephrase last node payload requirements (#615) 2019-07-22 22:42:00 +02:00
05-onchain.md f'BOLT5: Unify two practically redundant paragraphs' 2019-05-21 22:18:14 +02:00
07-routing-gossip.md BOLT07: correct gossip_timestamp_range to gossip_timstamp_filter (#648) 2019-07-19 09:30:49 +02:00
08-transport.md BOLT08: define e and s within the context of the noise handshake 2019-04-30 20:00:26 -07:00
09-features.md BOLT9: Format table 2019-05-25 01:46:35 +02:00
10-dns-bootstrap.md BOLT 10 copy edit (#440) 2018-08-07 00:10:11 +00:00
11-payment-encoding.md BOLT11: Clarification on n field (#613) 2019-07-17 09:45:35 +02: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.