1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 14:22:46 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell a2480ca138 BOLT 4: remove incorrect_payment_amount altogether.
914ebab908 effectively deprecated this, but
left it for "reject if more than 2x expected amount" case.

Leaving it for gross overpayment still leaves an attack on the current
network in practice (all implementations I know of reject grossly excessive
payments), and removing it causes our code to nicely break when regenerating,
since that error code is now not defined anywhere.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-01-22 21:44:22 +01: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 clarify purpose of stylesheet; add instructions for executing spellchecker.sh 2019-01-07 19:34:58 +00:00
.travis.yml tools: don't enforce alignment. 2017-11-28 00:09:57 +00:00
00-introduction.md BOLT 0,2,5: closing transaction not (mutual) close transaction. 2019-01-07 20:17:45 +01:00
01-messaging.md clarify that error should target the unkown channel 2018-10-18 05:15:22 +00:00
02-peer-protocol.md Update 02-peer-protocol.md 2019-01-22 21:43:58 +01:00
03-transactions.md BOLT #2: order htlc_signatures by BIP69 + increasing CLTV. 2019-01-22 21:43:58 +01:00
04-onion-routing.md BOLT 4: remove incorrect_payment_amount altogether. 2019-01-22 21:44:22 +01:00
05-onchain.md BOLT 5: fix the requirements of Revoked Transaction Close Handling. 2019-01-09 15:05:40 -08:00
07-routing-gossip.md BOLT 7: fix the requirements of channel_update. 2019-01-07 19:47:24 +00:00
08-transport.md BOLT 8: fix typo. 2019-01-07 12:35:20 -08: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 resolve @rustyrussell requests 2019-01-07 19:34:58 +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.