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
Rusty Russell 2ea334a17f BOLT 2: fix funding_locked announcement signatures.
We need to supply a pair (a signature using our bitcoin key which signs the
node id, and a signature using our node key which signs the announce message),
and the length was wrong.  Move them to make alignment nicer, too (though
it probably doesn't matter, they're 4-byte aligned everywhere else).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-11-23 11:23:08 +10:30
00-introduction.md Transfer from google doc. 2016-11-15 11:53:20 +10:30
01-messaging-crypto-and-init.md Transfer from google doc. 2016-11-15 11:53:20 +10:30
02-peer-protocol.md BOLT 2: fix funding_locked announcement signatures. 2016-11-23 11:23:08 +10:30
03-transactions.md Merge pull request #10 from lightningnetwork/feerate 2016-11-23 06:27:50 +10:30
04-onion-routing.md Transfer from google doc. 2016-11-15 11:53:20 +10:30
05-onchain.md BOLT #2, #5: derive maximum HTLC limit based on penalty size. 2016-11-15 13:56:45 +10:30
06-irc-announcements.md Imported IRC routing announcements 2016-11-14 20:44:55 +01:00
07-routing-gossip.md BOLT 07: Signatures should be at beginning. 2016-11-23 10:44:25 +10:30
README.md Initial README.md file 2016-11-14 17:33:39 -08: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

Open source licence TBD