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

1698 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
07469651d5 Updated README and wordcount 2021-08-03 13:33:28 +02:00
Andreas M. Antonopoulos
a6211adca8 Renamed as chapter 12 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
a81377d235 MPP, rounds, conclusion 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
261824c6be Probability section and stuckless payment section 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
db3e45e957 remove duplicated gossip and channel graph info 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
1056c288a5 Multi-path payments intro 2021-08-03 13:31:29 +02:00
Rene Pickhardt
c42056caed added an info box for further reading about uncertainty 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
8fa5f21105 Trial and error with path examples and learning 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
d619ccf4ee Fees and algorithms 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
6e4203e1f0 Channel graph with fees and other metrics 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
418b62ec37 Updated intro and additional headings 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
e06aa4c176 lngraph.py dependencies 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
a9b47b0133 Increased channel balances in example and diagrams 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
7d2df2c87e Uncertainty of balances 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
66802cadaf Channel graph construction 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
f48ac7c3f8 steps of simple payment delivery 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
70bf8f784c Updated graph and minor edits 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
f3409d9b38 eidts for Rene's comments 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
6f01bc492c intro and fundamental concepts 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
aea35d365e Path finding start 2021-08-03 13:31:29 +02:00
Paisal Kiattananan
6c5d8b10ba
Update 03_how_ln_works.asciidoc (#760) 2021-08-02 20:03:51 +02:00
slashroll
4e44973a63
spelling mistake paragraph 595 (#763)
Spelling mistake in paragraph 595, change "continus" to "continues" in the last sentence
2021-08-02 20:03:27 +02:00
Rene Pickhardt
4f520e3662
Update preface.asciidoc
renewed acknowledgements and updated link to fundraiser
2021-08-02 20:02:59 +02:00
Andreas M. Antonopoulos
73618678d9 Gossip release 2021-08-02 12:04:53 +02:00
Andreas M. Antonopoulos
53f1260a08 Gossip edits and release prep 2021-08-02 11:15:31 +02:00
Andreas M. Antonopoulos
5bd2d1673f Added link to eltoo paper 2021-08-01 13:15:00 +02:00
Severin Alexander Bühler
4867f8a35f
added visualizations with white background (#764) 2021-07-31 11:39:22 +02:00
willtech3
bf4741311e
changed combined to combine (typo) (#733)
* fixed a small typo

* use Rene's suggested text

Co-authored-by: Will Lane <will.lane@nexteraanalytics.com>
2021-07-28 09:16:50 +02:00
willtech3
649c8d24b0
single word change (#734)
Co-authored-by: Will Lane <will.lane@nexteraanalytics.com>
2021-07-28 09:15:12 +02:00
Andreas M. Antonopoulos
6f4e9ef3dc Separate github contributor list from preface
Allow easier translation of preface without including the contributor list, and make additions to contributors easier
2021-07-27 08:42:54 +02:00
Franky
5486ff24b5
Update 03_how_ln_works.asciidoc (#695)
Typo

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 17:34:29 +02:00
Lawrence Webber
a6568fbdd8
Update preface.asciidoc (#692)
Added name. Made correction on chapter 3 - How LN works

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 17:29:43 +02:00
Lawrence Webber
ab2f47b7ba
Update 03_how_ln_works.asciidoc (#691)
The word 'payment' should be pluralised to 'payments' on Line 66.
2021-07-26 17:28:51 +02:00
rnitta
5104a13b34
Update 01_introduction.asciidoc (#686) 2021-07-26 17:20:12 +02:00
Franky
ff5000ca31
Update preface.asciidoc (#685)
Added in contributors list.

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 17:19:24 +02:00
Franky
c9c9883b21
Update 03_how_ln_works.asciidoc (#684)
Typo.

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 17:18:16 +02:00
Zendo102
013e04fd2a
Update 05_node_operations.asciidoc (#680)
* Update 05_node_operations.asciidoc

Capitalization, formatting and minor rephrasing of one or two clauses to make them clearer. 

I'm working through the whole book, chapter by chapter, and so am trying to increase consistency.  For example, when terms are introduced, they should have the acronym in parenthesis the first time, not the second time.

* Update 05_node_operations.asciidoc

Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 17:15:25 +02:00
Marc Lacoursière
9698ef9c39
docker builds images and not containers (#676)
Co-authored-by: Rene Pickhardt <rene@rene-pickhardt.de>
2021-07-26 16:47:34 +02:00
Zendo102
4e9a545fb2
Update 04_node_client.asciidoc (#678)
I've updated the headings to match the recommendation in the style guide, namely that 'Headings should be all lower case, except for first letter, proper nouns and acronyms. "An introduction to the Lightning Network", "Explaining the physics of fulgurites" etc.'

I've also capitalized Docker where it refers to the name of the software (not to commands).  I spent a lot of time on this to get it right.

I also removed the plusses (+) from two examples that referred to the Docker, the software, and not to Docker commands as this retained consistency with the rest of the chapter.

There was a spelling mistake and some other typos.
2021-07-26 16:45:51 +02:00
Warren
1b2ae8ac84
Chapter 4: fix typo + missing scheme for url link (#675) 2021-07-26 16:43:59 +02:00
Sebas Arriola
b40a37700f
Update 08_routing_htlcs.asciidoc (#757)
Propose typo fix.
2021-07-26 16:42:37 +02:00
Zendo102
afd2bfcc62
Update 03_how_ln_works.asciidoc (#674)
Changes to capitalization and commas mostly.  I've tidied up one or two sentences that were unclear, awkward or ambiguous.
2021-07-26 16:41:36 +02:00
Andreas M. Antonopoulos
6e2d28e4e2 updated README 2021-07-26 08:59:43 +02:00
Andreas M. Antonopoulos
dd5a7a5c67 Merge branch 'onion_routing_release' into develop 2021-07-26 08:56:54 +02:00
Olaoluwa Osuntokun
fc85d6e83e ch-10: chan extracts the inner HMAC instead of verifying again 2021-07-26 08:56:09 +02:00
Olaoluwa Osuntokun
34f08eef84 ch-10: expand high level explanation of how Bob constructs the next onion packet
Still need to expand on the blinded of the session key as noted in the TODO section below.
2021-07-26 08:56:09 +02:00
Olaoluwa Osuntokun
f9d600f97e ch-10: bob only verifies the HMAC once, but he extracts the outer HAMC for chan
Continuing to propagate HMAC fix, Bob does't need to verify the HMAC again, instead he needs to extract the inner HMAC, as it'll become the outer HMAC for Chan.
2021-07-26 08:56:09 +02:00
Olaoluwa Osuntokun
6127633569 ch-10: propagate ordering fix to the other hops 2021-07-26 08:56:09 +02:00
Olaoluwa Osuntokun
bd082abae0 ch-10: add section on replay protection+detection 2021-07-26 08:56:09 +02:00
Olaoluwa Osuntokun
e2d2bede3d ch-10: fix ordering of HMAC steps, HMAC is computed over encrypted payload
The outer HMAC for the final hop is computed over the encrypted payload. Instead, the inner HMAC is just blank for the final hop. In this commit, we switch the ordering to reflect this. The diagrams will need to be updated as well.
2021-07-26 08:56:09 +02:00