@@ -36,16 +36,6 @@ None this week.
3636 technical challenges that discussion participants attempt to solve
3737 both in this thread and in a [ related thread] [ zmn liquidity ] .
3838
39- - ** Walletless channel opens:** pseudonymous contributor ZmnSCPxj
40- [ notes] [ walletless opens ] that if [ BIP118] [ ]
41- SIGHASH_NOINPUT_UNSAFE were adopted to allow implementing the
42- [ Eltoo protocol] [ ] in LN, then an LN implementation could set up a
43- channel with a peer offchain and simply provide a regular Bitcoin
44- wallet with an address to pay in order to open the channel. The
45- LN implementation could then handle all of the secure offchain
46- payments and ensure that the channel closing balance is sent to
47- one of the regular wallet's addresses.
48-
4939 - ** Making path probing more convenient:** Anthony Towns
5040 [ proposes] [ probe cancel ] a method for allowing all the nodes along
5141 a path to forget about a small-value payment if one of the nodes
@@ -60,19 +50,19 @@ None this week.
6050 functions that don't require access to the internal state of the node
6151 or wallet. During last week's developer IRC [ meeting] [ core dev
6252 meeting] , members of the project reaffirmed their commitment to not
63- providing any new utility functions under normal circumstances in
64- order to allow development to focus on the project's main objectives.
53+ provide any new utility functions for things that can just as easily
54+ be done outside Bitcoin Core and that are unrelated to normal user
55+ workflows. This will help keep the project focused on its main
56+ objectives.
6557
6658 This does provide a nice opportunity for an independent developer or
6759 other third-party to create a separate project for a library, local
6860 program, or RPC interface that provides a stable interface to
6961 utility functions that work well in conjunction with Bitcoin Core,
7062 and which perhaps even provides some of the utility functions that
71- Bitcoin Core already supports---giving the Bitcoin Core project the
72- ability to gracefully deprecate those options and recommend the new
73- tool to users needing those functions. Some ideas for how to
74- implement such a tool were discussed both during and [ after] [ core
75- dev log] the meeting.
63+ Bitcoin Core already supports for users not running a node. Some
64+ ideas for how to implement such a tool were discussed both during
65+ and [ after] [ core dev log ] the meeting.
7666
7767## Lightning Application Residency Videos
7868
0 commit comments