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

20 Commits

Author SHA1 Message Date
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