2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-16 21:27:59 +00:00
Commit Graph

69 Commits

Author SHA1 Message Date
Olaoluwa Osuntokun
5a4483bdaa
ch-07: describe the use of state hints in breach revocation
Could possibly be moved up to the section describing funding, as both
sides need to be able to derive the proper state hints to arrive at the
same set of commitment transactions.
2021-07-11 18:20:34 -07:00
Olaoluwa Osuntokun
ef61f03939
ch-07: mention asymmetric commitments is for ascribing blame 2021-07-11 18:20:31 -07:00
Olaoluwa Osuntokun
3e69fa297d
ch-07: add more precise algo for generating a chan_id 2021-07-11 18:20:27 -07:00
Olaoluwa Osuntokun
0ab01e51cc
ch-07: use more precise description of segwit w.r.t transaciton malleability 2021-07-11 18:20:24 -07:00
Olaoluwa Osuntokun
13933cc194
ch-07: mention sorting of funding keys for multi-sig witness script 2021-07-11 18:20:21 -07:00
Olaoluwa Osuntokun
5e0229160e
ch-07: mention asymmetry w.r.t interpretation of to_self_delay field
A party can't pick its to_self_delay (the CSV delay) itself, as that
would mean they can set it to effectively zero and be able to breach at
will. Instead, both sides propose a CSV delay for the other, effectively
enforcing time delay that allows them to act in the face of a breach.
2021-07-11 18:20:18 -07:00
Olaoluwa Osuntokun
567254ac9a
ch-07: typo fix in warning for push_msat field 2021-07-11 18:20:15 -07:00
Olaoluwa Osuntokun
f34f8e6995
ch-07: qualify what "sufficient confirmations" is for chan funding 2021-07-11 18:20:12 -07:00
Olaoluwa Osuntokun
4c205376b5
ch-07: mention commitment tx as synonym for refund transaction 2021-07-11 18:20:09 -07:00
Olaoluwa Osuntokun
999aff3de8
ch-07: use unaffiliated public key for node URI example
Similar to the prior commit, here we remove another piece of personally
identifiable information: the public key of Rene's known (?) routing
node on the public network.
2021-07-11 18:20:07 -07:00
Olaoluwa Osuntokun
ea04f6c633
ch-07: use a private IP addr for example node IP
As is the chapter uses 144.76.235.20 which has a PTR DNS record to
rene-pickhardt.de. Rather than include possibly private information
relating to the authors of the book, we opt to use an IP address from a
known private range. This doesn't take away from the example, but lets
us include less personally identifying information in the book.
2021-07-11 18:20:03 -07:00
Pamela Morgan
8da2d02a9b
Update 07_payment_channels.asciidoc
Very small changes to grammar and wording
2021-07-11 14:12:01 +02:00
Andreas M. Antonopoulos
7adcad07ef Added TIP on relative timelocks 2021-06-29 10:28:45 -04:00
Andreas M. Antonopoulos
2be166fc46 edits and spelling 2021-06-29 10:28:45 -04:00
Andreas M. Antonopoulos
9456b2358a edits 2021-06-29 10:28:45 -04:00
Rene Pickhardt
40680eb902 added a few more notes to the second have of the chapter 2021-06-29 10:28:45 -04:00
Rene Pickhardt
b15d093ebb added a few fixes and additional info for the funding flow
I think it might be best to stick to most of them
2021-06-29 10:28:45 -04:00
Rene Pickhardt
374113103c few additions to up until constructing the channel
Most additions make the text more complex but sometimes it seemed the additional detail was preferable?
2021-06-29 10:28:45 -04:00
Andreas M. Antonopoulos
1a4a4bf708 cleanup and reorg of chapters, README updated 2021-06-29 10:28:45 -04:00