Commit Graph

1378 Commits (17bc718b3583b5421fe78f417cd1f141eeac2fd8)
 

Author SHA1 Message Date
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
Andreas M. Antonopoulos 8e49edd0ef
Merge pull request #525 from batmanscode/wallets
Wallets
4 years ago
Johns Beharry d866e125b5
fix(glossary): make correction to BOLT acronym 4 years ago
Vlad Stan 366a65b330 fix typos 4 years ago
Vlad Stan 90839a908f fix typos 4 years ago
Imran e96c266610
Update p2p.asciidoc 4 years ago
Imran fc32cfa237
Update p2p.asciidoc 4 years ago
Imran dade26a634
Update p2p.asciidoc 4 years ago
Imran f8bcaa5082
Update p2p.asciidoc 4 years ago
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?
4 years ago
quantumcthulhu 73436baf5f
node_client.asciidoc typo
Shell commands start with "$"
4 years ago
quantumcthulhu 724f03116e
node_client.asciidoc typo
Shell commands start with "$"
4 years ago
quantumcthulhu 0b52840ab5
node_client.asciidoc typo
Sentence said "Let's change to our home directory", so we must do "cd ~", not just "cd".
4 years ago
quantumcthulhu f8e84831e5
node_client.asciidoc typo 4 years ago
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.
4 years ago
TS d1ea754ed5 adds touch to /eclair/eclair.log so Wei doesn't fail 4 years ago
Justin Moon a778a56427 Renting channel liquidity is reason to operate node 4 years ago
Vlad Stan b11a4a1396 fix typos 4 years ago
Vlad Stan dff25bee90 add description to image (must be changed) 4 years ago
Vlad Stan af7a16ae9a use the `images` folder for images 4 years ago
Vlad Stan 4901b7d0dd fix typo 4 years ago
Vlad Stan 6b8e5295d3 fix typo 4 years ago
Vlad Stan 58c90ec047 fix annotation 4 years ago
Vlad Stan 4d92b17b7c fix typo 4 years ago
Vlad Stan 06ff70ba0c fix "Lightning network" to "Lightning Network" 4 years ago
Vlad Stan f7bf22afed be consistent in use of "Lightning Network" (vs "lightning network")) 4 years ago
Vlad Stan 6a4b552022 fix typo 4 years ago
Vlad Stan c5a12d8ebc fix typo 4 years ago
Vlad Stan a4c93fae16 "to send money a long a path" vs "to send money along a path" 4 years ago
Vlad Stan b555fb8cc2 fix typo 4 years ago
quantumcthulhu 1d5df45ddd
node_client typo 4 years ago
Andreas M. Antonopoulos 0f5d14271e Additional intro 4 years ago
quantumcthulhu 0bc24cc4a6
node_client mistype 4 years ago
Vlad Stan 8437018394 ch_3: add missing verb 4 years ago
Andreas M. Antonopoulos a4977bb9e0 edits on fairness protocol 4 years ago
Andreas M. Antonopoulos 9c08e64e65 Fairness protocol 4 years ago
Justin Moon ae9b49b892 Fix typo 4 years ago
Vlad Stan 48430f4ed2 small typo 4 years ago
Vlad Stan 7f4f648f62 fix first bullet point 4 years ago
Vlad Stan 5535b3651b use bulletpoints for "channel limitations"; be consistent with the below "useful properties" 4 years ago
Olaoluwa Osuntokun 030829e2b1
routing: chapter edits towards tail end 4 years ago
Olaoluwa Osuntokun 68e8d2fbb3
routing: remove WIP/redundant section 4 years ago
Olaoluwa Osuntokun 6f7faaf87c
routing: make wording of ephemeral secret more explicit, remove redundant sections 4 years ago
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.
4 years ago
Olaoluwa Osuntokun b89c7cfa8b
routing: make packet fix sized requirements more explicit 4 years ago
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?
4 years ago
Olaoluwa Osuntokun f23ba18ec4
routing: mention David can also use the sphinx packet to determine EOR 4 years ago
Olaoluwa Osuntokun db19ebfd21
routing: remove stray roasbeef TODO 4 years ago
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.
4 years ago
Umar Bolatov 4f91a1ea98
Update spelling in Ch. 3
close #539
4 years ago