Commit Graph

1594 Commits (47e4018eb4d85b9327c883d924ae521cc782e659)
 

Author SHA1 Message Date
Rene Pickhardt 4ed6de50ba
fixed a formatting error
will also probably not go as technical as to explain musig / segwit yet. to be discussed
5 years ago
Rene Pickhardt 6808c09de9 Merge branch 'develop' of https://github.com/lnbook/lnbook into develop 5 years ago
Rene Pickhardt cb6436a977 started with the quick review of multisig, P2SH and P2WSH (segwit) decided to effectively summarize chapter 7 of mastering bitcoin and refer to it for people who see this for the first time 5 years ago
Eduardo Lima cc44886ed3 Update ch01.asciidoc (#85)
line 58:

originally: "This mechanism would allow two users to engage into several smaller transactions..."

corrected: "This mechanism would allow two users to engage in several smaller transactions..."
5 years ago
Doru Muntean 35f866ef37 reformulated and fixed typos (#90) 5 years ago
Rene Pickhardt 4960fdcccf first two subsections of chapter 3 and one addition to the glossary as Lightning Messages where not covered... WIP as always might rewrite large parts of this. Also the first section does not seem concise with the section about payment channels. Yet I believe both perspectives are useful and maybe the seperation is not too bad afterall 5 years ago
Rene Pickhardt d14f56c412 moved chapter 02 to chapter 03 5 years ago
Vignesh Karthikeyan 3d795465fe
Convert link from Bolt to text
The glossary has no links. I've changed the link to a readable text representation of it.
5 years ago
Vignesh Karthikeyan 3a3234cd2c
Updated glossary definition of Bech32
Changed grammar.
5 years ago
Vignesh Karthikeyan 5eb2ac0d6e
Bitcoin Glossary Term made relevant
The Glossary seems to be taken from the bitcoin book. The glossary did not require context there but the revision serves to make it more coherent here.
5 years ago
Andreas M. Antonopoulos 0f853c1332
Merge pull request #84 from elima-iii/patch-2
Update preface.asciidoc
5 years ago
Andreas M. Antonopoulos a46dc18b5b
Merge pull request #83 from elima-iii/patch-1
Update ch01.asciidoc
5 years ago
Eduardo Lima 37f9ef35c7
Update preface.asciidoc 5 years ago
Eduardo Lima cbd73570b4
Update ch01.asciidoc
line 37: "...either limiting the duration the payment channel..." ought to read ..."either limiting the duration OF the payment channel.."
5 years ago
Andreas M. Antonopoulos 7cc54db94e Full resolution and uncompressed 3D color cover 5 years ago
Andreas M. Antonopoulos 65874aa8a6 3D Color cover image 5 years ago
Andreas M. Antonopoulos 489e6dbc4f
Merge pull request #80 from aantonop/ch1_edits
ch1 edits for clarity and flow
5 years ago
Andreas M. Antonopoulos 399dff437c
Merge branch 'develop' into ch1_edits 5 years ago
Andreas M. Antonopoulos c2d3ca7c91
Merge pull request #79 from boyerjohn/patch-1
clarification of onion routing
5 years ago
Andreas M. Antonopoulos 912f586a39
Merge pull request #78 from mulles/patch-1
Update ch01.asciidoc
5 years ago
Andreas M. Antonopoulos 03478cbe6e
Merge pull request #77 from pkrasam/develop
LN applications - streaming service
5 years ago
Andreas M. Antonopoulos 2ecbfe3603 ch1 edits for clarity and flow 5 years ago
John Boyer e6e6d600e9
clarification of onion routing 5 years ago
mulles ca74a0d9d6
Update ch01.asciidoc
Corrected a Typo: ingredients not ingreedients ;) 

So fare the book was interesting, thx for the effort ;)
5 years ago
pk 6af20cebf5 LN applications - streaming service 5 years ago
Andreas M. Antonopoulos 0021a0335d
Merge pull request #74 from practicalswift/eol-linter
travis: Add linter checking for proper end-of-line punctuation
5 years ago
Andreas M. Antonopoulos a54a4810ff
Merge pull request #75 from Moller40/develop
One small language fix
5 years ago
Andreas M. Antonopoulos 4721edc6b5
Merge pull request #76 from eupn/patch-1
glossary.asciidoc: add Bech32 description
5 years ago
eupn 326234cf5a
glossary.asciidoc: add Bech32 description 5 years ago
Moller40 fa6a1dfbe9 One small language fix
Change-Id: I2be0befb5063834d3b27ff22e585647ab22d236d
5 years ago
practicalswift aba2f7f429 travis: Add linter checking for proper end-of-line punctuation 5 years ago
Andreas M. Antonopoulos a089c4b35a
Merge pull request #73 from practicalswift/eol
Fix missing end-of-line punctuation
5 years ago
practicalswift d63240ff3e Fix missing end-of-line punctuation 5 years ago
Andreas M. Antonopoulos 4c58bd5d17 Spelling fixed 5 years ago
Andreas M. Antonopoulos 7bfb8a0bd8 I broke the travis! 5 years ago
Andreas M. Antonopoulos ffd991ecbc Fix travis error (Satoshi-style double space after period) 5 years ago
Andreas M. Antonopoulos 1f41205d24 Show line numbers on Travis errors
grep -n (line numbers)
grep --color (colorize output)
5 years ago
Andreas M. Antonopoulos 3e0d20ef0e Fix line endings - travis repair 5 years ago
Andreas M. Antonopoulos 293104d63f
Merge pull request #71 from practicalswift/go-misspell
travis: Add spell checker "misspell" (Go)
5 years ago
Andreas M. Antonopoulos 59258fd3b7
Merge branch 'develop' into go-misspell 5 years ago
Andreas M. Antonopoulos 6be13e040e
Merge pull request #70 from practicalswift/end-of-sentence
travis: Add linter to detect incorrect capitalisation, or when the end of a sentence is not on the same line as the beginning of the sentence
5 years ago
Andreas M. Antonopoulos 0d0195414f
Merge pull request #55 from lnbook/Enegnei-patch-1
More grammar, spelling, syntax changes
5 years ago
Andreas M. Antonopoulos fa667d8cf8
Merge branch 'develop' into Enegnei-patch-1 5 years ago
Andreas M. Antonopoulos fd27c2e1c5
Merge pull request #69 from practicalswift/remove-unused-file
Remove unused file 01-what-is.asciidoc
5 years ago
practicalswift f1ea215f61 Fix typo 5 years ago
practicalswift d6077124ae linter: Add spell checker "misspell" (Go) 5 years ago
practicalswift 48b0ea9f8e Fix incorrect capitalization 5 years ago
practicalswift a74436ccad travis: Add linter to detect incorrect capitalization or when the end of a sentence is not on the same line as the beginning of the sentence 5 years ago
practicalswift 8fe9e859b4 Remove unused file 5 years ago
Rene Pickhardt 80a4fc0a08
added turbo channels not sure about the section 5 years ago