1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-23 14:40:41 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell 5801656c6d BOLT 2: make opening retransmissions atomic and better specified.
1. Tell the node when to broadcast the funding tx (we didn't do this!).
2. Allow timeouts generally if no progress is made (originally this
   was just when waiting for funding_locked, but it applies generally).
3. Use `funding_signed` as the commitment point: before this, we forget,
   after this, we remember.  If lost, we'll timeout.
4. The core of the retransmission requirements now only applies to
   the normal and shutdown states, and will be revised separately
   depending on #172

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-18 09:49:19 +09:30
tools tools: update for new format. 2017-05-11 11:20:36 +09:30
.aspell.en.pws tools/spellcheck: add modern words to our dict (Travis is old) 2017-05-03 13:08:07 +09:30
.travis.yml tools/spellcheck.sh: add --check option, add tests to travis. 2017-05-03 13:08:07 +09:30
00-introduction.md BOLT 0,1,2,7: use txout not channel-id for demuxing. (#119) 2017-03-02 14:50:13 +10:30
01-messaging.md BOLT 1: underscores and backticks everywhere. 2017-05-11 11:20:36 +09:30
02-peer-protocol.md BOLT 2: make opening retransmissions atomic and better specified. 2017-05-18 09:49:19 +09:30
03-transactions.md Underscores for all terms, not just fields. 2017-05-15 12:54:53 -07:00
04-onion-routing.md BOLT 4: underscores and backticks everywhere. 2017-05-11 11:20:36 +09:30
05-onchain.md BOLT 5: define what "failing a channel" means. 2017-05-18 09:48:53 +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 BOLT 7: more trivial hyphen to underscore updates. 2017-05-15 12:54:53 -07:00
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: Add CC-BY license tag. 2017-05-11 11:20:36 +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.