2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00
Commit Graph

1628 Commits

Author SHA1 Message Date
Dapeng Li
334e1fb620 Add period 2021-05-20 21:04:25 -04:00
Dapeng Li
c33423dba9 Replace 'an' with 'a' 2021-05-20 21:03:17 -04:00
Dapeng Li
5fa80b94e3 Replace 'golden' with 'gold' 2021-05-20 20:57:23 -04:00
Dapeng Li
9c6175d72f Remove 'in order to for them' 2021-05-19 23:15:12 -04:00
Dapeng Li
ad0b31ddb8 Add 'it' 2021-05-19 23:15:12 -04:00
Dapeng Li
67023dea2c Add name to contributors in preface 2021-05-19 23:15:12 -04:00
Andreas M. Antonopoulos
cd2b1448f1 Merge branch 'routing_edits_MC' into develop 2021-05-19 10:59:15 -07:00
Andreas M. Antonopoulos
fd1835fe1b Image and example reference fixes 2021-05-19 10:58:52 -07:00
Andreas M. Antonopoulos
1d349338ff Merge branch 'routing_edits_MC' into develop 2021-05-19 10:49:29 -07:00
Andreas M. Antonopoulos
6d505d2057 Syntax error in image references 2021-05-19 10:49:22 -07:00
Andreas M. Antonopoulos
fa8d44c6eb Merge branch 'routing_edits_MC' into develop 2021-05-19 10:33:37 -07:00
Andreas M. Antonopoulos
09503507e0 Final figure references and small edits 2021-05-19 10:33:22 -07:00
Andreas M. Antonopoulos
6ce755adf2 Edits and figure references 2021-05-18 13:04:30 -07:00
Andreas M. Antonopoulos
f5e3500efb Merge branch 'routing_edits_MC' into develop 2021-05-18 10:52:28 -07:00
Andreas M. Antonopoulos
92bb7d6089 Figure captions and references, small fixes 2021-05-18 10:52:00 -07:00
Andreas M. Antonopoulos
36c19bf4a2 Routing edits: Figure reference 2021-05-17 11:00:11 -07:00
Andreas M. Antonopoulos
f8fc418202 Chapters 6, 7 and README updates 2021-05-03 14:08:02 -05:00
Andreas M. Antonopoulos
c0d6916ec3 Merge branch 'routing_release_prep' into develop 2021-05-03 14:02:27 -05:00
Andreas M. Antonopoulos
4c53f104c8 Routing edit, explain 50,200 and routing fee 2021-05-03 13:58:49 -05:00
Andreas M. Antonopoulos
f2f998cc57 Routing timelock refund and conclusion 2021-05-03 13:37:10 -05:00
Andreas M. Antonopoulos
f1222b9895 HTLC signature binding and hash optimization 2021-05-03 10:44:10 -05:00
Andreas M. Antonopoulos
4e11bab737 Invoices, payment hashes and payment pre-image with diagrams 2021-05-02 12:01:51 -05:00
Andreas M. Antonopoulos
37853312f8 Routing example flow and fixes 2021-05-02 11:06:24 -05:00
Andreas M. Antonopoulos
a011a195e9 HTLC forward propagation and secret back-propagation 2021-04-29 10:44:26 -05:00
Olaoluwa Osuntokun
9605dc7dae
ch-invoices: add initial chapter on BOLT 11 invoices
In this commit, we add a chapter that describes the BOLT 11 invoice
format at a high-level as well as the set of specific fields and base-5
encoding used within the data segment. The only thing this chapter is
missing now is likely some test vectors, and possibly a bit more
mechanical information that an implantation must observe when
encoding/decoding an invoice.
2021-04-26 11:03:57 -07:00
Olaoluwa Osuntokun
ada48c4785
ch-brontide: add initial draft of the brontide chapter
In this commit, we add the initial draft of the chapter on Brontide
which describes the encrypted messaging transport used in the Lightning
Network. At the time of this commit, this chapter is ~90% complete.

After the initial background, motivation, and context, the actual
handshake process is rather mechanical, so I've opted to lift by text
from the original BOLT with minor modifications. However the change from
the background/intro to the description of the protocol is rather stark
as it shifts to more of a technically oriented prose. I plan to revisit
the latter portion of the chapter to provide more insight that is
presently checked in.
2021-04-25 14:57:35 -07:00
Andreas M. Antonopoulos
c00503a91c Cleanup routing and add complete HTLC outline 2021-04-24 19:16:10 -05:00
Andreas M. Antonopoulos
bfba3bf40b Re-write of routing HTLC section 2021-04-22 12:43:02 -05:00
Andreas M. Antonopoulos
14f4b8484b Protocol suite diagram with highlight 2021-04-19 11:59:51 -05:00
Andreas M. Antonopoulos
d0ce3cc01c Updated README 2021-04-19 11:51:25 -05:00
Andreas M. Antonopoulos
57ccb8ddaa Merge branch 'part2_intro' into develop 2021-04-19 11:47:12 -05:00
j0si
47c1762c46
Update glossary.asciidoc (#669)
Fixed minor formation error on "private channel" description
2021-04-15 16:35:21 +02:00
Andreas M. Antonopoulos
8cff558b11 Intro to Part 2 2021-04-15 09:20:46 -05:00
DevForrest
56102cf8dc
Update channel-construction.asciidoc - Spelling (#664)
Thank you for all of these valuable, open source resources!
2021-04-15 16:11:05 +02:00
Sebastian Falbesoner
d21785d2b0
fundamentals about hashes: various grammar/spelling fixes (#663) 2021-04-15 16:10:14 +02:00
Taylor Masterson
188e963d19
Fix Typo: Hash Time Locked Contract (#662) 2021-04-15 16:08:34 +02:00
Rene Pickhardt
8bab411ea3
added the next version of the lightning network protocol suite
should fix / address #342
2021-04-14 16:47:46 +02:00
Olaoluwa Osuntokun
846e589abd
wire_protocol+upgrades: add section on protocol upgrades 2021-04-11 18:53:41 -07:00
Andreas M. Antonopoulos
8a9407eb51 Pre-image hash and diagram 2021-04-05 12:23:16 -05:00
Andreas M. Antonopoulos
a609a8e1b8 Fix hash of Dinas secret everywhere 2021-04-05 12:14:24 -05:00
Andreas M. Antonopoulos
658876b680 Reorg and new diagrams 2021-04-05 12:12:09 -05:00
Andreas M. Antonopoulos
8684b91a2b Separate onion routing 2021-04-05 12:12:09 -05:00
Andreas M. Antonopoulos
174e1d97d9 Routing chapter edits, new diagram 2021-04-05 12:11:53 -05:00
Andreas M. Antonopoulos
b6a0705200 Merge remote-tracking branch 'github/develop' into develop 2021-04-05 12:10:42 -05:00
Andreas M. Antonopoulos
ea0b8f1b7b
Merge pull request #681 from AustFA/develop
SHA256 of "Dinas secret" is 0575965b3b44be51e8057d551c4016d83cb1fba9e…
2021-04-05 12:08:57 -05:00
Frnk
c51a184815 diverse minor typo 2021-04-05 17:26:32 +02:00
Frnk
9852fa8592 Typo "the the" 2021-04-05 17:25:17 +02:00
Frnk
1f51de2b51 SHA256 of "Dinas secret" is 0575965b3b44be51e8057d551c4016d83cb1fba9ea8d6e986447ba33fe69f6b3
replace former SHA256 of "Glorias secret"
2021-04-05 15:45:18 +02:00
GiovanniZotta
b837eb9569
Rephrasing, typo correction, addition of a detail about computational complexity (#665) 2021-03-29 19:58:30 +02:00
Sebastian Falbesoner
77129a0a89
introduction: fix link to "Bitcoin Fundamentals Review" appendix (#661) 2021-03-29 19:57:25 +02:00