Skip to content

Commit 099694e

Browse files
authored
[BIP-119] Rename Channel Factories / Clarify Malleability
1 parent 3693cdf commit 099694e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

bip-0119.mediawiki

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ is provided in this BIP's subdirectory.
7373

7474
There are numerous payment channel related uses.
7575

76-
====Channel Factories====
76+
====Batched Channel Creation====
7777

78-
Using CHECKTEMPLATEVERIFY for Channel Factories is similar to the use for Congestion Control,
78+
Using CHECKTEMPLATEVERIFY for Batched Channel Creation is similar to the use for Congestion Control,
7979
except the leaf node transactions are channels instead of plain payments. The channel can be between
8080
the sender and recipient or a target of recipient's choice. Using an CHECKTEMPLATEVERIFY, the
8181
recipient may give the sender an address which makes a tree of channels unbeknownst to them.
@@ -262,8 +262,11 @@ Below we'll discuss the rules one-by-one:
262262

263263
The set of data committed to is a superset of data which can impact the TXID of the transaction,
264264
other than the inputs. This ensures that for a given known input, the TXIDs can also be known ahead
265-
of time. Otherwise, CHECKTEMPLATEVERIFY would not be usable for Channel Factory type constructions
266-
as the redemption TXID could be malleated and pre-signed transactions invalidated.
265+
of time. Otherwise, CHECKTEMPLATEVERIFY would not be usable for Batched Channel Creation constructions
266+
as the redemption TXID could be malleated and pre-signed transactions invalidated, unless the channels
267+
are built using an Eltoo-like protocol. Note that there may be other types of pre-signed contracts that
268+
may or may not be able to use Eltoo-like constructs, therefore making TXIDs predictable makes CTV more
269+
composable with arbitrary sub-protocols.
267270

268271
=====Committing to the version and locktime=====
269272

0 commit comments

Comments
 (0)