diff --git a/part2_intro.asciidoc b/06_lightning_architecture.asciidoc similarity index 98% rename from part2_intro.asciidoc rename to 06_lightning_architecture.asciidoc index 5257aba..27db283 100644 --- a/part2_intro.asciidoc +++ b/06_lightning_architecture.asciidoc @@ -1,4 +1,4 @@ -== Introduction to Part Two +== Lightning Network Architecture In the first part of this book we introduced the main concepts of the Lightning Network, worked through a comprehensive example of routing a payment and set up the tools we can use to explore further. In the second part of the book we will explore the Lightning Network in a lot more technical detail, dissecting each of the building blocks. diff --git a/routing.asciidoc b/07_routing_htlcs.asciidoc similarity index 99% rename from routing.asciidoc rename to 07_routing_htlcs.asciidoc index bbb8b84..23d5641 100644 --- a/routing.asciidoc +++ b/07_routing_htlcs.asciidoc @@ -1,7 +1,7 @@ [[routing_on_a_network_of_payment_channels]] == Routing on a Network of Payment channels -In this section we will finally unpack how payment channels can be connected to a network of other payment channels via a process called _routing_. Specifically, we will look at the first part of the routing layer, the Atomic & Trustless Multihop Payment protocol. This is highlighted by a double outline in the protocol suite diagram: +In this section we will finally unpack how payment channels can be connected to form a _network of payment channels_ via a process called _routing_. Specifically, we will look at the first part of the routing layer, the Atomic & Trustless Multihop Payment protocol. This is highlighted by a double outline in the protocol suite diagram: [[LN_protocol_routing_highlight]] .The Lightning Network Protocol Suite diff --git a/README.md b/README.md index 831d0bf..67a1887 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ The current status of the book is "IN PROGRESS". See below for status of specifi | [Nodes (LN Clients)](04_node_client.asciidoc) | #################### | :heavy_check_mark: | | [Operating a Node](05_node_operations.asciidoc) | ############################# | :heavy_check_mark: | | PART 2 | PART 2 | PART2 | -| [Part 2 Introduction](part2_intro.asciidoc) | # | :lock_with_ink_pen: | -| [Routing (HTLCs)](routing.asciidoc) | #################### | :lock_with_ink_pen: | +| [Lightning Architecture](06_lightning_architecture.asciidoc) | # | :mag: | +| [Routing (HTLCs)](07_routing_htlcs.asciidoc) | ############### | :mag: | | [Channel Construction in Detail](channel-construction.asciidoc) | ########### | :lock_with_ink_pen: | | [Channel operation with HTLCs and Statemachine](channel-operation.asciidoc) | ###### | :lock_with_ink_pen: | | [Payment Path Finding](path-finding.asciidoc) | ############### | :lock_with_ink_pen: | @@ -52,7 +52,7 @@ The current status of the book is "IN PROGRESS". See below for status of specifi | [An - License Notices](appendix_license_notices.asciidoc) | # | :heavy_check_mark: | -Total Word Count: 97843 +Total Word Count: 101126 Target Word Count: 100,000-120,000