Commit Graph

35 Commits (1c1342615acab9cc444ac405dff049c382239c80)

Author SHA1 Message Date
Andreas M. Antonopoulos 40835e9d7b Renaming in scripts, image filename and other 3 years ago
Andreas M. Antonopoulos ccb7b14771 Changing story/example names throughout 3 years ago
8go 74078b4df3
path-finding: multipath 2: improvements (#522)
- commas
- rephrasing
- speciefied -> specified
- multipath is one word, see https://en.wiktionary.org/wiki/multipath
- multipart is one word, see https://en.wiktionary.org/wiki/multipart
- etc
4 years ago
8go 5148d198df
path-finding: multipath: caution, exceptions apply (#521)
- added a cautionary note. 
- no need to add "for example 100k" as you are not referencing it again later
- likelyhood -> likelihood 
- etc
4 years ago
8go 857ac2f0f0
path-finding: probing note: fixes, improvements (#520)
- commas
- controll -> control
- rephrasing
- additions
- cancle -> cancel
- fullfill -> fulfill 
- etc
4 years ago
8go 4e7ca6832d
path-finding: probing improvements 1: fixes (#519)
- rephrasing sentences
- additions
- noone is properly spelled as "no one", better use `nobody`
- etc
4 years ago
8go 854b365241
path-finding: improving: (#518)
- rephrasing sentences
- uppercase use
- repetitive use of `can`
- `the fact that the fact` -> fixed
- sucessfull -> successful
- missing sentence
-etc.
4 years ago
8go d042aec7bf
path-finding: source-based, mistakes, missing piece (#512)
- feerate vs "fee rate"  : so far we have always used "fee rate" (2 words). I would stick with this for consistency. Also it is better English as feerate is an invented term.
- you wrote "FREERATE" --> ha ha very funny, a Freudian slip, but sorry, it will not be free. ;) smiling
- uppercasing
- commas
- avoid extremes and hype, avoid "very" : very expensive --> expensive
- successfull -> ...ful (one L)
- sentence simplifications
- Onion vs onion, lowercase or uppercase, since this is not a product name it should be lowercase
- the example does not contain the information needed, added "forward" field in onion
- some part missing from a sentence
- etc
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 e338b93820
Merge pull request #507 from 8go/patch-113
path-finding: source-based: touch-ups and additions
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
8go af146c8e5d
path-finding: Finding path: minor touch-ups
- commas
- avoid word repetition of 'any'
- "balance information of all channels is and cannot be available " --> that would have to be "balance information of all channels is not and cannot be available". But that makes it too long, too clumsy. Shorten to "balance information of all channels cannot be available". If it can't be then obviously it isn't.
- etc
4 years ago
Rene Pickhardt f157819daa added JIT routing to the rebalancing path finding section 4 years ago
Rene Pickhardt 89fe5d1306 added some text about optimal splitting. need to work on explaining this instead of stating facts... without being too formal 4 years ago
Rene Pickhardt 46503704af extended the rebalancing example and explained why rebalancing is useful 4 years ago
Rene Pickhardt 9101cd817b added pictures 4 years ago
Rene Pickhardt 1742140056 added some structure / text about the rebalancing part 4 years ago
Rene Pickhardt e5c3caa287 added some text about multipart / multipath payments 4 years ago
Rene Pickhardt 078ae93a50 wrote a little bit about stuckless payments but not happy with it 4 years ago
Rene Pickhardt 7ec3ca3686 added more to the path finding chapter 4 years ago
Rene Pickhardt 53b06e8f0e added information sources for path finding 4 years ago
Rene Pickhardt 905031554b editing path finding, adding path construction, discussing fundamental observatins about path finding 4 years ago
Imran 537a502072
Path-finding - Fixed typo (#335) 4 years ago
Rene Pickhardt eabb0e9455 finnished todays work 4 years ago
Rene Pickhardt 3758be4dc0 Merge branch 'develop' of https://github.com/lnbook/lnbook into develop 4 years ago
Rene Pickhardt 6f78cf6ea7 added a few remarks to the path finding chapter 4 years ago
Andreas M. Antonopoulos 65b1917632 copy from ch03 4 years ago
Andreas M. Antonopoulos 547a14531b Copy from ch03 4 years ago
Rene Pickhardt 60c31b5364
Update path-finding.asciidoc
removed two lines as they are not too precise when one considers JIT routing is possible
4 years ago
Imran 83799ad610
Section: Source-Based Routing (#309)
* Wrote Section on Source-Based Routing

Wrote an explanation for Source-Based Routing, why it is used and other methods are not, and some words on the drawbacks of using it

* Update path-finding.asciidoc

* Update path-finding.asciidoc

* Update path-finding.asciidoc

* Update path-finding.asciidoc

* Update path-finding.asciidoc

* Update path-finding.asciidoc
4 years ago
Olaoluwa Osuntokun 96fbd84587
ch-path-finding: add chapter overview 4 years ago