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 bf80e07df0 BOLT 02/03: Add fee calculation details.
Make the fee amount by kiloweight, not by kilobyte, and spell out how
to calculate it.  Note that we have to trim HTLCs outputs whose second-stage
would also fall below dust limit, and we also make some reasonable
approximations on transaction size (which is unknowable before signatures
anyway).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-11-21 13:43:42 +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 02/03: Add fee calculation details. 2016-11-21 13:43:42 +10:30
03-transactions.md BOLT 02/03: Add fee calculation details. 2016-11-21 13:43:42 +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
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