Commit Graph

1486 Commits (d311fedfbc9634d70660dd0e465ca8c045e5b65e)
 

Author SHA1 Message Date
Hannah 958c6ed7b0 Adding a section intro sentence to avoid stacked headings. 3 years ago
Andreas M. Antonopoulos 4953744dc8
Merge pull request #591 from HannahMR/chapter2-alttext
Adding alt text to images
3 years ago
HannahMR d627f47f65
Breaking up a long note into two paragraphs. (#593) 3 years ago
jerzybrzoska bd68075856
node_client.asciidoc: "collaboratively developed" instead of "collaborative developed" (#597)
[Collaborative](https://dictionary.cambridge.org/dictionary/english/collaborative) is not an adverb, [collaboratively](https://en.wiktionary.org/wiki/collaboratively) is. I also added 'are' for the sake of [parallelism](https://en.wikipedia.org/wiki/Parallelism_(grammar)), the said 'are' is optional, though.
3 years ago
jerzybrzoska 74b5e4cb07
node_operations.asciidoc: correcting a typo (#598)
"definitely" instead of "defintely"
3 years ago
HannahMR 91377b9728
Changing buttlet point list to numbered list to match the below reference to a numbered list. (#592) 3 years ago
Rene Pickhardt 58c77cbb27
added my favorite ln explorer (: 3 years ago
jerzybrzoska 63bcb8142e
node_operations.asciidoc: the blockchain size update
Based on [the data](https://ycharts.com/indicators/bitcoin_blockchain_size). I myself run a pruned node so I cannot verify it. The adduced data may not include the transaction index. Another source that is consistent with the size that I propose: https://www.blockchain.com/charts/blocks-size
4 years ago
István András Seres c5ae8a394d
Deanonymization is not trivial
Co-authored-by: nopara73 <adam.ficsor73@gmail.com>
4 years ago
seresistvanandras 7fc6736d6b References to MPP 4 years ago
István András Seres 910c341787
LN and censorship resistance
Co-authored-by: nopara73 <adam.ficsor73@gmail.com>
4 years ago
Hannah ccbdd7696b Adding Lightning Network whitepaper link. 4 years ago
Hannah 5bd24d1578 Adding alt text to images 4 years ago
Andreas M. Antonopoulos 52d9ae0c91
Merge pull request #589 from HannahMR/order-swap
Rearranged list, making alphanumeric and swapping URL/description.
4 years ago
Andreas M. Antonopoulos 5b64e00535
Merge pull request #585 from Fichte42/develop
Added Umbrel to Node Operations
4 years ago
Andreas M. Antonopoulos bcb155eb85
Merge pull request #569 from batmanscode/develop
Minor wording and punctuation
4 years ago
Hannah 60bc30a8a9 Rearranged list, making alphanumeric and swapping URL/description. 4 years ago
Hannah 273a9521c6 rewording 4 years ago
Rene Pickhardt 634b920869
completed missing sentence 4 years ago
Andreas M. Antonopoulos d29012d12f
Merge pull request #586 from Fichte42/issue_528
Add Muun
4 years ago
Fichte42 5079219077 Fixed Keystore 4 years ago
Fichte42 de78a4710e Add Muun
refs #528
4 years ago
Fichte42 bda10134d6 Added Umbrel to Node Operations
refs #529
4 years ago
Andreas M. Antonopoulos 22067eb157
Merge pull request #573 from jerzybrzoska/patch-1
Punctuation (missing full stop).
4 years ago
Andreas M. Antonopoulos a13efbc3a6
Merge pull request #575 from jerzybrzoska/patch-2
Consistency in spelling out the numbers that are < 10 (ch. 3)
4 years ago
Andreas M. Antonopoulos b97cd977de
Merge pull request #576 from jerzybrzoska/patch-3
Consistency in spelling out the numbers that are < 10 (introduction)
4 years ago
Andreas M. Antonopoulos 4ddb41ab95
Merge pull request #577 from jerzybrzoska/patch-4
Corrected a typo "2-of-2" instead of "2-2"
4 years ago
Andreas M. Antonopoulos 6ed6712ddd
Merge pull request #578 from GustavoRSSilva/feature/minor-misspells-channel-description
Channel description - minor misspels
4 years ago
Andreas M. Antonopoulos 95b16c65d3
Merge pull request #579 from jerzybrzoska/patch-5
Consistent spelling of timelock (ch. 3)
4 years ago
Andreas M. Antonopoulos eb7aff823d
Merge branch 'develop' into patch-5 4 years ago
Andreas M. Antonopoulos e8e46646a8
Merge pull request #581 from jerzybrzoska/patch-6
Minor modification that removes ambiguity (ch. 3)
4 years ago
Andreas M. Antonopoulos 3b6dcc164e
Merge pull request #582 from jerzybrzoska/patch-7
Made one sentence out of these two.
4 years ago
Andreas M. Antonopoulos 1997ed28a7
Merge pull request #568 from johnsBeharry/develop
fix(glossary): BOLT === Basis Of Lightning Technology NOT Basics
4 years ago
Andreas M. Antonopoulos bc8b34667b
Merge pull request #567 from ysangkok/patch-1
Update Eclair manual building instructions
4 years ago
Andreas M. Antonopoulos 1c139865e5
Merge pull request #563 from ImranLorgat/patch-47
Glossary - Feature Bits
4 years ago
Andreas M. Antonopoulos 629d6ecb76
Merge pull request #571 from Scott-Driscoll/minor-grammar-and-text-suggestions
Minor grammar and text suggestion
4 years ago
Andreas M. Antonopoulos 55a0e90db0
Merge pull request #580 from Roasbeef/gossip-chapter
ggch-channel-graph: initial draft of channel graph chapter
4 years ago
jerzybrzoska f35b50dfd4
Made one sentence out of these two.
Someone better versed in the noise protocol may consider including 'authentication' and 'identity privacy', so that the glossary information on the noise protocol is parallel to [the one in ch.3](https://github.com/lnbook/lnbook/blob/develop/03_how_ln_works.asciidoc):
>The Noise Protocol Framework allows the construction of cryptographic communication protocols that offer authentication, encryption, forward secrecy and identity privacy.
4 years ago
jerzybrzoska 9cac112c96
Minor modification that removes ambiguity (ch. 3)
I removed "You have". Now it's all in one sentence -- less ambiguous and more concise I believe. The more verbose alternative would be: 
>You have *time* until ...
4 years ago
Olaoluwa Osuntokun aff95b8b10 ch-channel-graph: initial draft of channel graph chapter
In this commit, we present an initial version of the chapter on the
channel graph itself, how to bootstrap a new peer to the network, how to
sync it, how to validate it, and how to maintain it once bootstrapped.

The current version of this chapter covers the following BOLTs: 07, 10.
BOLTs 09, 08, and 01 are alluded to along the way.

This is marked as a draft commit, as I still need to fill out the final
portion that covers how the current gossip network works, and the
protocol used to sync the channel graph based on block heights of
channels.

Due to the current length, we may want to consider eventually breaking
this chapter up, however I'm focusing on content first.
4 years ago
jerzybrzoska 41b06b0d7f
Consistent spelling of timelock (ch. 3)
Both "timelock" and "time lock" are correct but let us be consistent and stick to the one form.
4 years ago
Gustavo Silva e460a145fb [fix] minor misspells 4 years ago
jerzybrzoska d430b70149
Corrected a typo "2-of-2" instead of "2-2" 4 years ago
jerzybrzoska 0feaabb365
Consistency in spelling out the numbers that are < 10 (introduction)
It would be fine to maintain consistency in spelling out the numbers (provided that they are not code/math/ BTC amounts) that are < 10. I left out "8 GB" unchanged, though. "eight Gigabyte" would perhaps be more consistent, but at the same time would seem very
unusual, whereas "eight GB" just make no sense to me.  
[A post about style](https://www.grammarly.com/blog/when-to-spell-out-numbers/) for the reference.
>In scientific and technical writing, the prevailing style is to write out numbers under ten. While there are exceptions to these rules, your predominant concern should be expressing numbers consistently.
4 years ago
jerzybrzoska 28f1552be8
Update 03_how_ln_works.asciidoc
You are right [Umar](@bolatovumar) , I have not found a single source on the web with _two-of-two_, _2-of-2_ seems to be the standard. I edited my pull request, so now the changes do not include 2-of-2 modification. I find the issue of '2-of-2' vs 'two-of-two' interesting and may soon create a question on [English Stack Exchange](https://english.stackexchange.com/) in order to get their opinion.
4 years ago
jerzybrzoska 68ebd75d5b
Consistency in spelling out the numbers that are < 10
It would be well to maintain consistency in spelling out the numbers (provided that they are not code/math/ BTC amounts) that are < 10. I left out "chapter 6" and the like unchanged. 
[A post about style][1] for the reference.
>In scientific and technical writing, the prevailing style is to write out numbers under ten. While there are exceptions to these rules, your predominant concern should be expressing numbers consistently.

[1]: https://www.grammarly.com/blog/when-to-spell-out-numbers/
4 years ago
jerzybrzoska 6158b78123
Update e2e-presentation-layer.asciidoc
Added a period after the last sentence of a paragraph. After spotting it I could not help correcting it.
4 years ago
Scott-Driscoll b0e3d9f5cd
We will not review these advanced... in depth 4 years ago
Scott-Driscoll f70c014507
We will not revise these concepts --> We will not review 4 years ago
Johns Beharry d3eae93bbe
refactor(glossary): differentiate bitcoin and lightning specs 4 years ago