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

227 Commits

Author SHA1 Message Date
Imran
9506aaf94a Update ch01.asciidoc 2020-01-23 12:55:59 +02:00
Darius Parvin
4481c1b609 CH1 minor edits and suggestions
The oxford comma, used before the "and" at the end of a list, is standard in american english.

I'm not sure specifically what an "Authoritative" Bitcoin node is, but I feel like it would be implied with just "Bitcoin node" which would be less confusing for the reader.

At times the Lightning Network is framed as blockchain agnostic, but then most of the time it's assumed we're talking about a Bitcoin LN node. For consistency and brevity, I feel like it's better to mention at the start that the LN is blockchain agnostic, but from then on assume we're using Bitcoin.

There was some inconsistency for capitalization of "Lightning Wallet". After it's introduction, I went with lowercase, but I think "LN wallet" would also be an option, consistent with "LN node"
2020-01-22 02:28:48 -08:00
Andreas M. Antonopoulos
5942a14cb9 LN wallet components and "trust minimization" 2020-01-19 11:06:21 -05:00
Andreas M. Antonopoulos
e9dcaacfd6 Updated user stories
More detail, specific names and background color added to all the user stories
2020-01-17 12:51:30 -05:00
Andreas M. Antonopoulos
d6253c4dc7 Moving LN history out of chapter 1
The history section gets us into the technical "weeds" way too fast for this stage of the book. We should be including it in a later chapter perhaps, or summarize it down to the essentials. For now, I've moved it all into contrib/history.asciidoc
2020-01-17 12:16:53 -05:00
Andreas M. Antonopoulos
784490688b
Merge pull request #98 from CandleHater/patch-2
Upper/lower case for the "B" in "Bitcoin" unified
2020-01-17 11:49:26 -05:00
Andreas M. Antonopoulos
4316302fad
Merge pull request #96 from t-bast/ch01-add-eclair
Add eclair to the list of server implementations
2020-01-17 11:48:52 -05:00
Andreas M. Antonopoulos
1bc6286da7
Merge branch 'develop' into ch01-add-eclair 2020-01-17 11:48:35 -05:00
Andreas M. Antonopoulos
5060bedce6
Merge pull request #95 from AustinGreen/patch-1
Refactored a couple of sentences
2020-01-17 11:47:02 -05:00
Andreas M. Antonopoulos
9e80c8153b
Merge pull request #94 from Roasbeef/roasbeef-edits-ch1-ch3
ch01-03: rolling PR of WIP edits
2020-01-17 11:46:16 -05:00
Andreas M. Antonopoulos
e644a2aa01
Merge pull request #93 from feulf/patch-1
Fixing mistake "They key" with "The key"
2020-01-17 11:44:46 -05:00
Candle
10623c0620
Upper/lower case for the "B" in "Bitcoin" unified
Written as bitcoin with a "b" in lowercase usually refers to the currency unit. A capitalized first letter addresses the network or protocol.

I changed every mentioning of "Bitcoin" in this document accordingly and extended the Bitcoin section to include this distinction. If the change is accepted, I'd check the other files regarding this.
2020-01-10 18:07:29 +01:00
Rene Pickhardt
4d1aba1d3f fixed merge conflict 2020-01-06 22:35:34 +01:00
Rene Pickhardt
e5eea53baa added stubs for further chapters and a note for chapter 3. this is WIP and has happened long ago but I wanted to push it for discussions. Not fixed yet 2020-01-06 22:34:13 +01:00
Bastien Teinturier
26128fcc83
Add eclair to the list of server implementations
Even though Eclair is known for its mobile wallets, its primary work
is a server implementation aimed at scalable enterprise deployments.

Change the content of the "Bitcoin Node" column to specify supported
implementations.
2019-12-30 10:28:13 +01:00
Austin Green
60add3e8ce
refactor a couple of sentences 2019-12-19 14:58:02 -05:00
Olaoluwa Osuntokun
d0d6a90ea4
ch01: re-word section on SPV, fix eclair row in wallet table 2019-12-10 21:16:29 -08:00
Olaoluwa Osuntokun
be546a9977
ch01: uni-directional channels are not widely used, but useful 2019-12-10 21:14:14 -08:00
Olaoluwa Osuntokun
4b401cc39a
ch01: mention the barrier of tx malleability re barriers to production deployment 2019-12-10 21:13:50 -08:00
Olaoluwa Osuntokun
61314ec58d
ch01: expand section on the novelty of the RSMC 2019-12-10 21:13:11 -08:00
Olaoluwa Osuntokun
b0d95e5173
ch01: add parenthetical about replacing transaction in the mempool 2019-12-10 21:11:40 -08:00
Olaoluwa Osuntokun
579ce07c5c
ch01: fix link to Mike Hearn's Bitcointalk post 2019-12-10 21:11:13 -08:00
Olaoluwa Osuntokun
c47152d803
ch01: reference deferred settlement in sequencing section 2019-12-10 21:10:46 -08:00
Olaoluwa Osuntokun
d2122ca005
ch01: relax description of LN privacy 2019-12-10 21:10:07 -08:00
Federico
341cd71a63
Correcting "They key" with "The key" 2019-12-09 21:13:48 -05:00
Andreas M. Antonopoulos
3ce10cc84e
Merge pull request #86 from Meshugah/develop
Glossary Changes
2019-11-28 13:33:05 -05:00
Andreas M. Antonopoulos
a4ada69b26
Merge pull request #88 from aantonop/ch01_ama_edits_02
AMA reorg edits to ch01
2019-11-28 13:30:08 -05:00
Simone Bovi
713e62caa6 Fixed typos and refactored some sentences. (#92) 2019-11-28 17:36:51 +01:00
Andreas M. Antonopoulos
1995494105 getting started section 2019-11-27 13:33:00 -05:00
Andreas M. Antonopoulos
6f9c4aa929 AMA reorg edits to ch01
Chapters 1 & 2 will be less technical, to help non-technical users get a high level view of LN.  To make more accessible, I am removing technical detail, reducing the history segment, and introducing "motivation" and "basics" sections.
Moved "getting started" from ch1 to ch2

Chapter 2 will be based on experiential learning, with examples, screenshots and a user story
2019-11-27 12:29:58 -05:00
Rene Pickhardt
03d5ffb77b forgot to check in progress from last week. should not be proof read yet as it is Work in Progress. still it might be nice to have some feedback on the technical depth which according to my feeling is varying a little bit over the chapters and probably also a little bit too deep. Maybe more graphics and pictures would help 2019-11-20 16:37:53 +01:00
Vignesh Karthikeyan
c48e56cc10
Update glossary.asciidoc
Co-Authored-By: yahiheb <52379387+yahiheb@users.noreply.github.com>
2019-11-14 14:12:43 +05:30
Vignesh Karthikeyan
64aa44121c
Update glossary.asciidoc
Co-Authored-By: yahiheb <52379387+yahiheb@users.noreply.github.com>
2019-11-14 14:12:30 +05:30
Rene Pickhardt
4ed6de50ba
fixed a formatting error
will also probably not go as technical as to explain musig / segwit yet. to be discussed
2019-11-10 21:07:21 +01:00
Rene Pickhardt
6808c09de9 Merge branch 'develop' of https://github.com/lnbook/lnbook into develop 2019-11-09 14:24:07 +01:00
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 2019-11-09 14:23:55 +01:00
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..."
2019-11-08 22:56:04 +01:00
Doru Muntean
35f866ef37 reformulated and fixed typos (#90) 2019-11-08 22:53:04 +01:00
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 2019-11-08 22:19:25 +01:00
Rene Pickhardt
d14f56c412 moved chapter 02 to chapter 03 2019-11-06 17:53:36 +01:00
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.
2019-11-06 02:27:05 +05:30
Vignesh Karthikeyan
3a3234cd2c
Updated glossary definition of Bech32
Changed grammar.
2019-11-06 02:09:52 +05:30
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.
2019-11-06 01:33:32 +05:30
Andreas M. Antonopoulos
0f853c1332
Merge pull request #84 from elima-iii/patch-2
Update preface.asciidoc
2019-10-31 18:41:30 -04:00
Andreas M. Antonopoulos
a46dc18b5b
Merge pull request #83 from elima-iii/patch-1
Update ch01.asciidoc
2019-10-31 18:40:47 -04:00
Eduardo Lima
37f9ef35c7
Update preface.asciidoc 2019-10-31 03:16:58 -05:00
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.."
2019-10-31 03:13:12 -05:00
Andreas M. Antonopoulos
7cc54db94e Full resolution and uncompressed 3D color cover 2019-10-22 11:35:24 -05:00
Andreas M. Antonopoulos
65874aa8a6 3D Color cover image 2019-10-22 11:33:49 -05:00
Andreas M. Antonopoulos
489e6dbc4f
Merge pull request #80 from aantonop/ch1_edits
ch1 edits for clarity and flow
2019-10-13 10:57:15 -04:00