@@ -48,7 +48,7 @@ Bitcoin infrastructure projects are also provided.
4848 currencies to create almost free [ short-term options contracts] [ ] by
4949 delaying payment settlement. A [ previous thread] [ cjp risk ] by Corné
5050 Plooy in May 2018 described the same thing.
51-
51+
5252 For example, Mallory learns that Bob is willing to route payments
5353 from Bitcoin to Litecoin, so she sends a payment from one of her
5454 Bitcoin nodes through Bob to one of her Litecoin nodes. If this
@@ -105,7 +105,8 @@ commits].*
105105
106106- [ C-Lightning #2172 ] [ ] allows ` lightningd ` to be shutdown normally even
107107 if it's operating as the primary process (PID 1), which can be useful
108- in Docker containers.
108+ in Docker containers. This is, for example, how the open source
109+ [ BTCPay] [ ] server runs C-Lightning.
109110
110111- [ C-Lightning #2188 ] [ ] adds notification subscription handlers that can
111112 be used by plugins, with initial support for notifications that the
@@ -114,7 +115,7 @@ commits].*
114115 plugin] [ cl helloworld.py ] have been updated for these handlers.
115116
116117- [ LND #2374 ] [ ] increases the maximum size of the gRPC messages the
117- ` lncli ` tool will accept from 4 MB to 50 MB. This fixes a problem
118+ ` lncli ` tool will accept, raising it from 4 MB to 50 MB. This fixes a problem
118119 some nodes were encountering where the ` describegraph ` RPC was failing
119120 due to the network having grown so large that messages exceeded this
120121 limit. Developers using gRPC directly will need to increase their
@@ -166,3 +167,4 @@ commits].*
166167[ cjp risk ] : https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-May/001292.html
167168[ cl plugin event ] : https://github.com/ElementsProject/lightning/blob/master/doc/plugins.md#event-notifications
168169[ cl helloworld.py ] : https://github.com/ElementsProject/lightning/blob/master/contrib/plugins/helloworld.py
170+ [ btcpay ] : https://github.com/btcpayserver/btcpayserver
0 commit comments