2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
8go
dc2179833a
path-finding: probing 2: minor improvements (#516)
- word repetitions
- speciefie -> speciefy
- rephrasing
- word choices
- etc
2020-09-30 16:01:57 +02:00
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
2020-09-30 16:00:56 +02:00
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
2020-09-30 15:56:42 +02:00
8go
7d6ea30171
path-finding: source-based: touch-ups (#511)
- word order
- rephrasing
- use of past tense
- etc.
2020-09-30 15:48:59 +02:00
Andreas M. Antonopoulos
e338b93820
Merge pull request #507 from 8go/patch-113
path-finding: source-based: touch-ups and additions
2020-09-29 09:15:57 -04:00
8go
53e3f9e85d
path-finding: source-based: touch-ups and additions
- commas
- rephrasing
- wrong meaning of "furthermore"
- their -> its
- adding details to algorithm
- etc.
2020-09-23 13:31:49 +00:00
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.
2020-09-23 10:36:27 +00:00
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
2020-09-22 14:40:57 +00:00
Rene Pickhardt
f157819daa added JIT routing to the rebalancing path finding section 2020-08-21 15:52:02 +02:00
Rene Pickhardt
89fe5d1306 added some text about optimal splitting. need to work on explaining this instead of stating facts... without being too formal 2020-08-20 16:19:12 +02:00
Rene Pickhardt
46503704af extended the rebalancing example and explained why rebalancing is useful 2020-08-14 16:04:46 +02:00
Rene Pickhardt
9101cd817b added pictures 2020-08-12 15:59:22 +02:00
Rene Pickhardt
1742140056 added some structure / text about the rebalancing part 2020-08-11 16:12:22 +02:00
Rene Pickhardt
e5c3caa287 added some text about multipart / multipath payments 2020-08-07 15:59:59 +02:00
Rene Pickhardt
078ae93a50 wrote a little bit about stuckless payments but not happy with it 2020-08-06 15:57:27 +02:00
Rene Pickhardt
7ec3ca3686 added more to the path finding chapter 2020-08-05 16:04:56 +02:00
Rene Pickhardt
53b06e8f0e added information sources for path finding 2020-08-04 16:02:41 +02:00
Rene Pickhardt
905031554b editing path finding, adding path construction, discussing fundamental observatins about path finding 2020-07-31 16:07:33 +02:00
Imran
537a502072
Path-finding - Fixed typo (#335) 2020-07-31 15:08:12 +02:00
Rene Pickhardt
eabb0e9455 finnished todays work 2020-07-30 16:05:26 +02:00
Rene Pickhardt
3758be4dc0 Merge branch 'develop' of https://github.com/lnbook/lnbook into develop 2020-07-30 15:39:31 +02:00
Rene Pickhardt
6f78cf6ea7 added a few remarks to the path finding chapter 2020-07-30 15:39:22 +02:00
Andreas M. Antonopoulos
65b1917632 copy from ch03 2020-07-30 09:30:08 -04:00
Andreas M. Antonopoulos
547a14531b Copy from ch03 2020-07-30 09:28:17 -04:00
Rene Pickhardt
60c31b5364
Update path-finding.asciidoc
removed two lines as they are not too precise when one considers JIT routing is possible
2020-07-30 15:20:53 +02:00
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
2020-07-30 15:19:04 +02:00
Olaoluwa Osuntokun
96fbd84587
ch-path-finding: add chapter overview 2020-05-05 20:58:00 -07:00