1
0
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)
Go to file
Matt Corallo 914ebab908 Merge incorrect_payment_amount and unknown_payment_hash errors
Because the errors are separate, if an intermediate node sees a
payment hash for relay and has several guesses as to the
destination of the payment, they can check their guesses by sending
HTLCs with the same payment hashes first and seeing the error sent
back.

By adding the htlc_msat that the final node received to
unknown_or_incorrect_payment_details, origin nodes can still
identify bad value-relaying peers.
2018-12-10 22:24:05 +00:00
tools tools/extract-formats.py: handle option labels on types. 2018-06-28 00:21:23 +00:00
.aspell.en.pws BOLT 2: add missing spellcheck words, change 'funding txo' to 'funding output'. 2018-12-10 02:46:07 +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 intro glossary: add 'outpoint' 2018-11-29 04:12:06 +00:00
01-messaging.md clarify that error should target the unkown channel 2018-10-18 05:15:22 +00:00
02-peer-protocol.md BOLT 2: add missing spellcheck words, change 'funding txo' to 'funding output'. 2018-12-10 02:46:07 +00:00
03-transactions.md BOLT 3: commitment number not commitment transaction number. 2018-11-29 04:24:28 +00:00
04-onion-routing.md Merge incorrect_payment_amount and unknown_payment_hash errors 2018-12-10 22:24:05 +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: don't accidentially wumbo the channel_update. 2018-11-29 04:25:04 +00:00
08-transport.md BOLT 8: fix a typo 2018-11-06 14:26:27 +11:00
09-features.md BOLT 7: query_messages option. 2018-06-28 00:21:23 +00:00
10-dns-bootstrap.md BOLT 10 copy edit (#440) 2018-08-07 00:10:11 +00:00
11-payment-encoding.md Make unit explicit encoded in BOLT11 invoice 2018-10-18 05:15:48 +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.