1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 17:18:44 +01:00
BOLT: Basis of Lightning Technology (Lightning Network Specifications)
Find a file
Rusty Russell 4c8cb512d0 BOLT 2,3,5: always refer to shared/pubkey/private key.
Make it clear what kind of key we're talking about.  We use the abbreviation
pubkey for public key (as it's quite common to use in field names), but
generally spell out 'private'.

(I generally prefer 'secret' to 'private' but we use private far more often
already, and we use 'secret' for things which don't directly derive keys).

Fixes: #368
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-20 01:10:38 +00:00
tools Fix typo in spellchecker ¯\_(ツ)_/¯ 2017-12-18 19:14:25 +00:00
.aspell.en.pws aspell: adds injection attack keywords to dictionary 2018-02-05 23:38:01 +00:00
.copy-edit-stylesheet-checklist.md Fix markdownlint warnings 2018-02-05 09:01:00 +00:00
.travis.yml tools: don't enforce alignment. 2017-11-28 00:09:57 +00:00
00-introduction.md BOLT 0, BOLT 3: minor typo fixes. 2017-12-21 14:39:06 +10:30
01-messaging.md Redundancy. Drop redundant use of "very". 2018-01-30 03:34:22 +00:00
02-peer-protocol.md BOLT 2,3,5: always refer to shared/pubkey/private key. 2018-02-20 01:10:38 +00:00
03-transactions.md BOLT 2,3,5: always refer to shared/pubkey/private key. 2018-02-20 01:10:38 +00:00
04-onion-routing.md Remove trailing whitespace 2018-01-30 04:54:31 +00:00
05-onchain.md BOLT 2,3,5: always refer to shared/pubkey/private key. 2018-02-20 01:10:38 +00:00
07-routing-gossip.md BOLT 07: notes node alias injection vulnerabilities 2018-02-05 23:38:01 +00:00
08-transport.md Use consistent method for referencing RFC:s 2018-02-05 19:32:51 +00:00
09-features.md Remove trailing whitespace 2018-01-30 04:54:31 +00:00
10-dns-bootstrap.md Remove trailing whitespace 2018-01-30 04:54:31 +00:00
11-payment-encoding.md BOLT 11: notes payment desc injection vulnerabilities 2018-02-05 23:38:01 +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.