Commit Graph

1100 Commits (caa9dc1635e79d2a1b63e9c32052a1e53d35cd72)
 

Author SHA1 Message Date
Andreas M. Antonopoulos caa9dc1635 Merge branch 'sergei_edit_bomb' into develop 4 years ago
8go dc2179833a
path-finding: probing 2: minor improvements (#516)
- word repetitions
- speciefie -> speciefy
- rephrasing
- word choices
- etc
4 years ago
8go 4618b97fce
path-finding: probing: (#515)
- probing based: better probing-based with hyphen, see https://en.wiktionary.org/wiki/based
- path finding: better pathfinding (one word), see https://en.wiktionary.org/wiki/pathfinding
- sentence simplifications
- commas
- carefull -> careful
- etc
4 years ago
8go 016cbb71f5
path-finding: Fundamentals: touch-ups (#513)
- typos
- wrong word order
- pathfinding if used as a NOUN is just one word, see https://en.wiktionary.org/wiki/pathfinding. verb is different
- multipath just one word, see https://en.wiktionary.org/wiki/multipath
- where vs were
- somewhat: colloquial --> partially
- etc
- belive ... believe
4 years ago
8go 7d6ea30171
path-finding: source-based: touch-ups (#511)
- word order
- rephrasing
- use of past tense
- etc.
4 years ago
Andreas M. Antonopoulos 9dbfcb125e Fixes #428 4 years ago
Andreas M. Antonopoulos 3957b8d03f Fixes #425 4 years ago
Andreas M. Antonopoulos 66a7083d51 Fixes #424 4 years ago
Andreas M. Antonopoulos 5240e00e1c Merge branch 'sergei_edit_bomb' into develop 4 years ago
Andreas M. Antonopoulos 88fa517036 Fixes #423 4 years ago
Andreas M. Antonopoulos 5ccba9e889 Fixes #420 4 years ago
Andreas M. Antonopoulos db0c0bc7f0 Fixes #419 4 years ago
Andreas M. Antonopoulos 71cacd402b Merge branch 'sergei_edit_bomb' into develop 4 years ago
Andreas M. Antonopoulos 09f1d93cff Fixes #417 #418 4 years ago
Andreas M. Antonopoulos 1c515b5dc7 Fixes #416 4 years ago
Andreas M. Antonopoulos 4830d1a739 Fixes #414 4 years ago
Andreas M. Antonopoulos 16401e7063 Merge branch 'sergei_edit_bomb' into develop 4 years ago
Andreas M. Antonopoulos 84b1a6deab Fixes #412 4 years ago
Andreas M. Antonopoulos 4da0393fc2 Fixes #410 4 years ago
Andreas M. Antonopoulos 06d3508bba Fixes #429 4 years ago
Andreas M. Antonopoulos a47b23f784 Fixes #427 4 years ago
Andreas M. Antonopoulos 930a76c09f Fixes #426 4 years ago
Andreas M. Antonopoulos 7fef49f61e
Merge pull request #508 from dangershony/patch-2
how ln works -typo
4 years ago
Andreas M. Antonopoulos 0a4f1ad4cb
Merge pull request #509 from tigeryant/develop
How ln works - typos
4 years ago
Andreas M. Antonopoulos e338b93820
Merge pull request #507 from 8go/patch-113
path-finding: source-based: touch-ups and additions
4 years ago
Andreas M. Antonopoulos c7ab404485
Merge pull request #506 from 8go/patch-112
path-finding: rephrased sentence
4 years ago
Andreas M. Antonopoulos ff8a7acee2
Merge pull request #505 from alexprut/text/small/fixes
Chapter 1,2,3 - punctuation, typos, simplifications
4 years ago
Andreas M. Antonopoulos 2ed2d0518a
Merge pull request #504 from ImranLorgat/patch-44
Routing - Typos
4 years ago
tigeryant 35c888f18d
Update how ln works - typo
Corrected two typos - 'put' to 'puts' and 'send' to 'sends'
4 years ago
tigeryant ab86676d64
Merge pull request #1 from tigeryant/tigeryant-patch-1
Update 03_how_ln_works.asciidoc - typo
4 years ago
tigeryant 9dcbefc063
Update 03_how_ln_works.asciidoc 4 years ago
Dan Gershony 35f03e67b5
how ln works -typo 4 years ago
8go 53e3f9e85d
path-finding: source-based: touch-ups and additions
- commas
- rephrasing
- wrong meaning of "furthermore"
- their -> its
- adding details to algorithm
- etc.
4 years ago
8go a9de061fd8
path-finding: rephrased sentence
- this sentence already called out to me yesterday for change. As written it appears to be out of context leaving various interpretations of emphasis open. The reader might end up with "What is the author trying to say?" I think the emphasis is "it's the *sender's* job to compute the path". 
- If the sentence is taken out completely then the sentence before becomes hanging, so I decided to rephrase to give the sentence a single focus: the sender has to compute route. IMHO it reads better now and has a better flow of argument.
4 years ago
Alex Prut 9ca2e94f3e Chapter: How LN Works - fix typos, punctuation 4 years ago
Alex Prut 88428e128a Chapter: Getting Started - fix typos, punctuation 4 years ago
Alex Prut 24bf4ee110 Chapter: Introduction - fix typos, punctuation 4 years ago
Rene Pickhardt 50791fb86a updated wordcount after merging 4 years ago
Rene Pickhardt 574180e3fa Merge branch 'develop' of https://github.com/lnbook/lnbook into develop 4 years ago
Rene Pickhardt 97cab550be moved structure and split channel construction chapter... start rewriting channel construction and channel operation 4 years ago
Imran 27f357a12f Renamed "Gloria Routing Diagram"
Wasn't showing up in the chapter on routing
4 years ago
Imran cab1485d4c
Routing - Typos 4 years ago
Andreas M. Antonopoulos 92c963e2a6
Merge pull request #501 from ImranLorgat/patch-43
Routing - Creating a Network of payment channels (Language Edits)
4 years ago
Imran c034c2de47
Update routing.asciidoc 4 years ago
Imran 73a461b65b
Fix
Bringing through changes from #498
4 years ago
Imran 8b8b1b8248
Routing - Creating a Network of payment channels (Language Edits)
Edited the entire section heading above for clarity and ease of understanding. Tried to make parts more concise, but also added a lot of explanatory intermediary text. Standardized "golden"/"gold" coins as "gold". Ultimately, could use another couple of pass throughs to make it read better.

This is a reworking of #370, which has been scrapped
4 years ago
Andreas M. Antonopoulos f040632e53
Merge pull request #500 from dangershony/patch-1
How LN works - typo
4 years ago
Andreas M. Antonopoulos 0770519230
Merge pull request #499 from 8go/patch-111
path-finding: Finding path: minor touch-ups
4 years ago
Andreas M. Antonopoulos a1b40552ed
Merge pull request #498 from ImranLorgat/patch-42
Routing - Introduction
4 years ago
Andreas M. Antonopoulos b5fc6820a6
Merge pull request #493 from 8go/patch-108
node_operations: fees: BUG, wrong math
4 years ago