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

1266 Commits

Author SHA1 Message Date
Imran
f8bcaa5082
Update p2p.asciidoc 2020-11-30 11:29:27 +02:00
Imran
9ea46421ea
Edited Section and Fixed Errors
Expanded and rewrote large parts of this submission. I thought it would be more straightforward to break down a practical example and show readers exactly how a string of bits would be interpreted by another node.

I corrected an error from yesterday because I mistakenly did not realize that despite bit 2 not being used, bits 2 and 3 still form a "pair", so my count was off. One part I'm not 100% sure of is if I've read the string correctly. From right to left, I read bits 8 and 9 as "01", which is enabled and odd, so 'var_onion_optin' is enabled and backwards-compatible. Is this correct?
2020-11-30 11:20:00 +02:00
quantumcthulhu
73436baf5f
node_client.asciidoc typo
Shell commands start with "$"
2020-11-29 22:37:35 +02:00
quantumcthulhu
724f03116e
node_client.asciidoc typo
Shell commands start with "$"
2020-11-29 22:32:58 +02:00
quantumcthulhu
0b52840ab5
node_client.asciidoc typo
Sentence said "Let's change to our home directory", so we must do "cd ~", not just "cd".
2020-11-29 22:14:55 +02:00
quantumcthulhu
f8e84831e5
node_client.asciidoc typo 2020-11-29 22:07:01 +02:00
Imran
565c3fd72e
P2P - Feature Bits
Wrote a basic explanation for feature bits. Not 100% sure if I interpreted the string correctly. Will take another look and edit tomorrow.
2020-11-29 17:14:04 +02:00
TS
d1ea754ed5 adds touch to /eclair/eclair.log so Wei doesn't fail 2020-11-28 09:45:30 +01:00
Justin Moon
a778a56427 Renting channel liquidity is reason to operate node 2020-11-27 13:58:23 -06:00
Vlad Stan
b11a4a1396 fix typos 2020-11-27 18:35:34 +02:00
Vlad Stan
dff25bee90 add description to image (must be changed) 2020-11-27 18:09:44 +02:00
Vlad Stan
af7a16ae9a use the images folder for images 2020-11-27 18:06:45 +02:00
Vlad Stan
4901b7d0dd fix typo 2020-11-27 18:02:29 +02:00
Vlad Stan
6b8e5295d3 fix typo 2020-11-27 17:55:31 +02:00
Vlad Stan
58c90ec047 fix annotation 2020-11-27 17:52:54 +02:00
Vlad Stan
4d92b17b7c fix typo 2020-11-27 17:46:30 +02:00
Vlad Stan
06ff70ba0c fix "Lightning network" to "Lightning Network" 2020-11-27 17:41:12 +02:00
Vlad Stan
f7bf22afed be consistent in use of "Lightning Network" (vs "lightning network")) 2020-11-27 17:23:18 +02:00
Vlad Stan
6a4b552022 fix typo 2020-11-27 17:15:31 +02:00
Vlad Stan
c5a12d8ebc fix typo 2020-11-27 17:03:41 +02:00
Vlad Stan
a4c93fae16 "to send money a long a path" vs "to send money along a path" 2020-11-27 16:57:53 +02:00
Vlad Stan
b555fb8cc2 fix typo 2020-11-27 16:56:00 +02:00
quantumcthulhu
1d5df45ddd
node_client typo 2020-11-26 20:35:23 +02:00
Andreas M. Antonopoulos
0f5d14271e Additional intro 2020-11-25 09:41:16 -06:00
quantumcthulhu
0bc24cc4a6
node_client mistype 2020-11-25 00:31:11 +02:00
Vlad Stan
8437018394 ch_3: add missing verb 2020-11-24 16:31:59 +02:00
Andreas M. Antonopoulos
a4977bb9e0 edits on fairness protocol 2020-11-23 11:32:58 -06:00
Andreas M. Antonopoulos
9c08e64e65 Fairness protocol 2020-11-23 09:48:59 -06:00
Justin Moon
ae9b49b892 Fix typo 2020-11-21 17:25:53 -06:00
Vlad Stan
48430f4ed2 small typo 2020-11-20 19:59:44 +02:00
Vlad Stan
7f4f648f62 fix first bullet point 2020-11-20 17:54:45 +02:00
Vlad Stan
5535b3651b use bulletpoints for "channel limitations"; be consistent with the below "useful properties" 2020-11-20 17:53:56 +02:00
Olaoluwa Osuntokun
030829e2b1
routing: chapter edits towards tail end 2020-11-17 18:41:50 -08:00
Olaoluwa Osuntokun
68e8d2fbb3
routing: remove WIP/redundant section 2020-11-17 18:41:44 -08:00
Olaoluwa Osuntokun
6f7faaf87c
routing: make wording of ephemeral secret more explicit, remove redundant sections 2020-11-17 18:41:41 -08:00
Olaoluwa Osuntokun
639c22e59d
routing: simplify ECDH mentions
I think it's better to formally define ECDH in an earlier section in order to do justice to the concept. We may be able to lift some text from Mastering Bitcoin, as IIRC it covers stealth addresses in brief.
2020-11-17 18:41:38 -08:00
Olaoluwa Osuntokun
b89c7cfa8b
routing: make packet fix sized requirements more explicit 2020-11-17 18:41:35 -08:00
Olaoluwa Osuntokun
5ee8766749
routing: allude to a more modern onion payload format
Or perhaps we should just lead with the TLV format from the get go?
2020-11-17 18:41:32 -08:00
Olaoluwa Osuntokun
f23ba18ec4
routing: mention David can also use the sphinx packet to determine EOR 2020-11-17 18:41:29 -08:00
Olaoluwa Osuntokun
db19ebfd21
routing: remove stray roasbeef TODO 2020-11-17 18:41:26 -08:00
Olaoluwa Osuntokun
f70db70160
images: update onion routing images to use proper absolute height for CTLV
I've updated the slide deck where these images were sourced from as well.
2020-11-17 18:41:21 -08:00
Umar Bolatov
4f91a1ea98
Update spelling in Ch. 3
close #539
2020-11-17 18:35:21 -08:00
carla
86a2092ec4
contributing: add US spelling instruction 2020-11-13 10:34:02 +02:00
Dipun Mistry
326d318dae
Update routing.asciidoc
so on
2020-11-12 01:16:53 +00:00
Dipun Mistry
ce91adcfe5
Update routing.asciidoc
duplicate word.
2020-11-11 23:15:24 +00:00
Dipun Mistry
00de1698b8
Update routing.asciidoc
and
2020-11-11 00:41:56 +00:00
Dipun Mistry
91730ae16e
Update routing.asciidoc
some minor mistakes found while reading.
2020-11-11 00:18:04 +00:00
Manuel
122b42613f
Typo in such as way 2020-11-05 11:13:06 +01:00
Andreas M. Antonopoulos
4b3fd986c1 Merge branch 'sergei_edit_bomb' into develop 2020-10-28 08:50:30 -06:00
Andreas M. Antonopoulos
668d59640b Fixes #448 2020-10-28 08:50:12 -06:00