1
0
mirror of https://github.com/lightning/bolts.git synced 2025-01-19 05:33:37 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Go to file
Conner Fromknecht e1652819a0 BOLT 5: clarifies penalty txn weight calculation
Attempts to clarify the weight calculation of penalty
  transactions, and makes sweeping the `to_remote` output
  optional without breaking any existing constraints. Assuming
  these figures are correct, the decision to sweep the
  `to_remote` _does not_ change the current unidirectional
  limit of 483 HTLCs.  Thus, the option to do so can be made
  independently by either party/implemenation.

  The previous equation used to calculate `max_num_htlcs`
  slightly underestimated the theoretical maximum weight,
  since non-witness data was treated as 1:1 with witness
  data.  Ultimately, this had no effect on the computed
  results, but figured we should be more specific here for
  the purpose of properly estimating transaction fees.

  This commit also modifies the `to_local_script` to use the
  latest construction; the derived weights have been updated
  accordingly.
2017-09-05 14:47:58 +09:30
tools Spelling: expand wildcard to cover all []() patterns. (#228) 2017-08-22 09:53:34 +09:30
.aspell.en.pws BOLT 11: recommend URI schemes. 2017-08-22 10:05:09 +09:30
.travis.yml Enable travis to spellcheck BOLT#10 to 99. 2017-05-26 14:31:50 +09:30
00-introduction.md Index: add BOLT 10. 2017-08-22 09:33:44 +09:30
01-messaging.md Clarify init-message description 2017-05-25 09:43:31 +09:30
02-peer-protocol.md BOLT 2: clarify HTLC handling, esp w/ on-chain. 2017-08-22 09:59:47 +09:30
03-transactions.md Fix link to localkey-remotekey-local_delayedkey-and-remote_delayedkey-derivation 2017-08-26 16:42:32 +09:30
04-onion-routing.md BOLT 04: increase max size of onion payload messages (#227) 2017-08-22 09:37:02 +09:30
05-onchain.md BOLT 5: clarifies penalty txn weight calculation 2017-09-05 14:47:58 +09:30
06-irc-announcements.md [trivial] Some spelling and language fixes in BOLTs 6,7,8 (#41) 2016-12-09 10:32:23 +10:30
07-routing-gossip.md glossary: move definition of chain_hash to BOLT #0 2017-08-08 10:06:21 +09:30
08-transport.md BOLT 8: Add CC-BY icon image (to match other BOLTs) 2017-05-11 11:20:36 +09:30
09-features.md BOLT 9: remove feature bit for channels_public 2017-05-27 10:30:42 +09:30
10-dns-bootstrap.md bolt10: shutting the spellchecker up once more 2017-08-21 22:53:18 +02:00
11-payment-encoding.md BOLT 11: p is payment hash, not preimage (in annotated examples). 2017-09-04 21:23:20 +09:30
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.