Andreas M. Antonopoulos
4e11bab737
Invoices, payment hashes and payment pre-image with diagrams
2021-05-02 12:01:51 -05:00
Andreas M. Antonopoulos
37853312f8
Routing example flow and fixes
2021-05-02 11:06:24 -05:00
Andreas M. Antonopoulos
a011a195e9
HTLC forward propagation and secret back-propagation
2021-04-29 10:44:26 -05:00
Olaoluwa Osuntokun
9605dc7dae
ch-invoices: add initial chapter on BOLT 11 invoices
...
In this commit, we add a chapter that describes the BOLT 11 invoice
format at a high-level as well as the set of specific fields and base-5
encoding used within the data segment. The only thing this chapter is
missing now is likely some test vectors, and possibly a bit more
mechanical information that an implantation must observe when
encoding/decoding an invoice.
2021-04-26 11:03:57 -07:00
Olaoluwa Osuntokun
ada48c4785
ch-brontide: add initial draft of the brontide chapter
...
In this commit, we add the initial draft of the chapter on Brontide
which describes the encrypted messaging transport used in the Lightning
Network. At the time of this commit, this chapter is ~90% complete.
After the initial background, motivation, and context, the actual
handshake process is rather mechanical, so I've opted to lift by text
from the original BOLT with minor modifications. However the change from
the background/intro to the description of the protocol is rather stark
as it shifts to more of a technically oriented prose. I plan to revisit
the latter portion of the chapter to provide more insight that is
presently checked in.
2021-04-25 14:57:35 -07:00
Andreas M. Antonopoulos
c00503a91c
Cleanup routing and add complete HTLC outline
2021-04-24 19:16:10 -05:00
Andreas M. Antonopoulos
bfba3bf40b
Re-write of routing HTLC section
2021-04-22 12:43:02 -05:00
Andreas M. Antonopoulos
14f4b8484b
Protocol suite diagram with highlight
2021-04-19 11:59:51 -05:00
Andreas M. Antonopoulos
d0ce3cc01c
Updated README
2021-04-19 11:51:25 -05:00
Andreas M. Antonopoulos
57ccb8ddaa
Merge branch 'part2_intro' into develop
2021-04-19 11:47:12 -05:00
j0si
47c1762c46
Update glossary.asciidoc ( #669 )
...
Fixed minor formation error on "private channel" description
2021-04-15 16:35:21 +02:00
Andreas M. Antonopoulos
8cff558b11
Intro to Part 2
2021-04-15 09:20:46 -05:00
DevForrest
56102cf8dc
Update channel-construction.asciidoc - Spelling ( #664 )
...
Thank you for all of these valuable, open source resources!
2021-04-15 16:11:05 +02:00
Sebastian Falbesoner
d21785d2b0
fundamentals about hashes: various grammar/spelling fixes ( #663 )
2021-04-15 16:10:14 +02:00
Taylor Masterson
188e963d19
Fix Typo: Hash Time Locked Contract ( #662 )
2021-04-15 16:08:34 +02:00
Rene Pickhardt
8bab411ea3
added the next version of the lightning network protocol suite
...
should fix / address #342
2021-04-14 16:47:46 +02:00
Olaoluwa Osuntokun
846e589abd
wire_protocol+upgrades: add section on protocol upgrades
2021-04-11 18:53:41 -07:00
Andreas M. Antonopoulos
8a9407eb51
Pre-image hash and diagram
2021-04-05 12:23:16 -05:00
Andreas M. Antonopoulos
a609a8e1b8
Fix hash of Dinas secret everywhere
2021-04-05 12:14:24 -05:00
Andreas M. Antonopoulos
658876b680
Reorg and new diagrams
2021-04-05 12:12:09 -05:00
Andreas M. Antonopoulos
8684b91a2b
Separate onion routing
2021-04-05 12:12:09 -05:00
Andreas M. Antonopoulos
174e1d97d9
Routing chapter edits, new diagram
2021-04-05 12:11:53 -05:00
Andreas M. Antonopoulos
b6a0705200
Merge remote-tracking branch 'github/develop' into develop
2021-04-05 12:10:42 -05:00
Andreas M. Antonopoulos
ea0b8f1b7b
Merge pull request #681 from AustFA/develop
...
SHA256 of "Dinas secret" is 0575965b3b44be51e8057d551c4016d83cb1fba9e…
2021-04-05 12:08:57 -05:00
Frnk
c51a184815
diverse minor typo
2021-04-05 17:26:32 +02:00
Frnk
9852fa8592
Typo "the the"
2021-04-05 17:25:17 +02:00
Frnk
1f51de2b51
SHA256 of "Dinas secret" is 0575965b3b44be51e8057d551c4016d83cb1fba9ea8d6e986447ba33fe69f6b3
...
replace former SHA256 of "Glorias secret"
2021-04-05 15:45:18 +02:00
GiovanniZotta
b837eb9569
Rephrasing, typo correction, addition of a detail about computational complexity ( #665 )
2021-03-29 19:58:30 +02:00
Sebastian Falbesoner
77129a0a89
introduction: fix link to "Bitcoin Fundamentals Review" appendix ( #661 )
2021-03-29 19:57:25 +02:00
Zachery Glass
695a1ebd1d
Fixes #625 ( #660 )
...
* Fixes #625
* Improve spelling, grammar and clarity in history.asciidoc
2021-03-29 19:55:35 +02:00
Matt Misbach
1de53b46f5
Fixes for issues #655 , #572 , #624 ( #659 )
...
* Fixing a small typo
* Fixed broken link to diagram. Fixed text references to incorrect node names in the diagram.
* Fix for issue #572
* Fix for issue #624
2021-03-29 19:54:10 +02:00
GiovanniZotta
d0617df567
Typo correction ( #658 )
2021-03-29 19:52:46 +02:00
Franky
29708730b5
Update 03_how_ln_works.asciidoc ( #657 )
...
Typo.
2021-03-29 19:52:09 +02:00
kazute
60d87ac88f
Update 01_introduction.asciidoc ( #654 )
...
Changed full stop to semicolon after two-fold, before giving the reason.
2021-03-29 19:51:27 +02:00
Andreas M. Antonopoulos
fc7e92ecaf
Added appendix style tag
2021-03-23 11:32:39 -06:00
Andreas M. Antonopoulos
897c91ceea
Added reference to Bitcoin Fundamentals review appendix
2021-03-23 11:30:24 -06:00
Andreas M. Antonopoulos
7b8d55fca9
Fixes #584
2021-03-23 11:25:05 -06:00
Andreas M. Antonopoulos
f1a2f0c0d1
Add reference to bitcoin fundamentals appendix
2021-03-23 11:23:39 -06:00
Andreas M. Antonopoulos
fb90af51d8
Fix Muun listing, sort alphabetically
2021-03-23 11:23:26 -06:00
Andreas M. Antonopoulos
0dc9343750
Rename chapters 4,5 and updated README
2021-03-23 11:12:35 -06:00
Andreas M. Antonopoulos
b8907a164b
Clarification of SD card problem
2021-03-23 11:09:09 -06:00
Andreas M. Antonopoulos
6c6b2c9c80
source formatting
2021-03-23 11:08:43 -06:00
Andreas M. Antonopoulos
6840a842af
Merge pull request #640 from keblek/keblek-patch-1
...
Bump c-lightning to 9.3
2021-03-23 10:33:53 -06:00
Andreas M. Antonopoulos
74e313d2bf
Merge pull request #645 from keblek/patch-1
...
Add tip for lightning polar for visualising.
2021-03-23 10:29:19 -06:00
Andreas M. Antonopoulos
ee1454c518
Merge pull request #653 from noah-detweiler/patch-1
...
Update 01_introduction.asciidoc
2021-03-23 10:25:44 -06:00
Andreas M. Antonopoulos
807b01b777
Merge branch 'develop' into patch-1
2021-03-23 10:25:33 -06:00
Pamela Morgan
fc5488e24f
Alphabetize list terms, add hash function, & heading ( #649 )
...
Alphabetized terms under "Lightning Network Basic Concepts" and added Hash Function and Digital Signature as terms because they are also used in this chapter. Used glossary definitions (partial) to define in this section.
Added 2nd level heading to Scaling Blockchains and added italics to what if statement at the end of the section, which is the transition to LN.
2021-03-23 17:24:39 +01:00
Andreas M. Antonopoulos
f6e3622118
Merge branch 'develop' into patch-1
2021-03-23 10:24:32 -06:00
Pamela Morgan
15434513b1
Update 02_getting_started ( #648 )
...
Moved Alice introduction paragraph to the beginning
Added TODO for link to bitcoin basics guide / fundamentals
Moved Testnet Bitcoin section to wallets
Added tip about Alice being able to transfer bitcoin she already owns to her new Eclair wallet
Fixed typo
Added language about Bob's perspective just before conclusion
2021-03-23 17:22:24 +01:00
Andreas M. Antonopoulos
80cc432beb
Merge pull request #628 from keblek/patch-4
...
Rewording of sentence, SD caveats, removed info
2021-03-23 10:14:22 -06:00