1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-23 14:40:41 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Pierre-Marie Padiou d1fbfd30f8 BOLT 7,11: Added an optional min_final_cltv_expiry field in BOLT 11 (#258)
Added an optional `c` field in the payment request specifying the
minimum `cltv_expiry` to use for the last htlc in the route. If
not provided, default value is 9.

This commit also clarifies how `channel_update` messages are only
to be used in the context of relaying payments, and how both htlc
amounts and expiries are to be calculated backwards from the values
provided in the payment request.

Not needing the `channel_update` for the first channel in a route also
means that it is possible to make a payment through a channel which 
hasn't had any announcements yet.
2017-10-18 15:31:31 +02:00
tools Spelling: expand wildcard to cover all []() patterns. (#228) 2017-08-22 09:53:34 +09:30
.aspell.en.pws BOLT 7,11: Added an optional min_final_cltv_expiry field in BOLT 11 (#258) 2017-10-18 15:31:31 +02:00
.travis.yml Enable travis to spellcheck BOLT#10 to 99. 2017-05-26 14:31:50 +09:30
00-introduction.md Remove BOLT #6 from index, spelling list. 2017-10-17 10:33:12 +00:00
01-messaging.md Clarify init-message description 2017-05-25 09:43:31 +09:30
02-peer-protocol.md Only cross-signed htlcs can be fulfilled/failed 2017-10-03 11:30:10 +10:30
03-transactions.md fix some links 2017-10-17 07:25:48 +00:00
04-onion-routing.md BOLT04: Clarify that nodes should continue to unwrap the error onion 2017-10-17 00:14:08 +02:00
05-onchain.md BOLT 5: require to fail incoming HTLCs if HTLCs time out on chain. 2017-10-03 11:30:18 +10:30
07-routing-gossip.md BOLT 7,11: Added an optional min_final_cltv_expiry field in BOLT 11 (#258) 2017-10-18 15:31:31 +02:00
08-transport.md multi: Fix a few typos and grammatical errors. 2017-09-25 12:34:30 +09:30
09-features.md fix some links 2017-10-17 07:25:48 +00:00
10-dns-bootstrap.md multi: Fix a few typos and grammatical errors. 2017-09-25 12:34:30 +09:30
11-payment-encoding.md BOLT 7,11: Added an optional min_final_cltv_expiry field in BOLT 11 (#258) 2017-10-18 15:31:31 +02: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.