mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
3154157459
* BOLT 7: fix cut & paste typo. This is `reply_channel_range_tlvs`: `query_channel_range_tlvs` is defined above. Somehow this fix got lost in the merge process, and breaks our spec parsing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> * BOLT 7: add missing `encoding_type` field in query_short_channel_ids_tlvs / reply_channel_range_tlvs The implementations have it, and the requirements refer to it, but it's not actually in the description! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> * BOLT 7: clarify specification. As agreed in http://www.erisian.com.au/meetbot/lightning-dev/2019/lightning-dev.2019-08-05-20.03.html, checksums are not encoded as encoding_type + byte, but as a straight array. Referring to them as `*byte` is thus underspecifying them: they are literally `*channel_update_checksums`. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
bolt04 | ||
bolt07 | ||
tools | ||
.aspell.en.pws | ||
.copy-edit-stylesheet-checklist.md | ||
.travis.yml | ||
00-introduction.md | ||
01-messaging.md | ||
02-peer-protocol.md | ||
03-transactions.md | ||
04-onion-routing.md | ||
05-onchain.md | ||
07-routing-gossip.md | ||
08-transport.md | ||
09-features.md | ||
10-dns-bootstrap.md | ||
11-payment-encoding.md | ||
CONTRIBUTING.md | ||
README.md |
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
This work is licensed under a Creative Commons Attribution 4.0 International License.