summaryrefslogtreecommitdiff
path: root/bip-0119.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2022-01-15 23:28:31 +0000
committerGitHub <noreply@github.com>2022-01-15 23:28:31 +0000
commit8530c16c3bb12a4659b458ee36dcf8cd9f5a0d7f (patch)
tree7c699b94563f9e3ab017abf0b11b5799421067cf /bip-0119.mediawiki
parent5847bddd7f84d9e79e67b898dab3ace6fa36af38 (diff)
parent099694efd362aec43db9889ea75e990c10cde8bb (diff)
downloadbips-8530c16c3bb12a4659b458ee36dcf8cd9f5a0d7f.tar.xz
Merge pull request #1273 from JeremyRubin/patch-5
[BIP-119] Rename Channel Factories / Clarify Malleability
Diffstat (limited to 'bip-0119.mediawiki')
-rw-r--r--bip-0119.mediawiki11
1 files changed, 7 insertions, 4 deletions
diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki
index 09e8564..29f6271 100644
--- a/bip-0119.mediawiki
+++ b/bip-0119.mediawiki
@@ -73,9 +73,9 @@ is provided in this BIP's subdirectory.
There are numerous payment channel related uses.
-====Channel Factories====
+====Batched Channel Creation====
-Using CHECKTEMPLATEVERIFY for Channel Factories is similar to the use for Congestion Control,
+Using CHECKTEMPLATEVERIFY for Batched Channel Creation is similar to the use for Congestion Control,
except the leaf node transactions are channels instead of plain payments. The channel can be between
the sender and recipient or a target of recipient's choice. Using an CHECKTEMPLATEVERIFY, the
recipient may give the sender an address which makes a tree of channels unbeknownst to them.
@@ -303,8 +303,11 @@ Below we'll discuss the rules one-by-one:
The set of data committed to is a superset of data which can impact the TXID of the transaction,
other than the inputs. This ensures that for a given known input, the TXIDs can also be known ahead
-of time. Otherwise, CHECKTEMPLATEVERIFY would not be usable for Channel Factory type constructions
-as the redemption TXID could be malleated and pre-signed transactions invalidated.
+of time. Otherwise, CHECKTEMPLATEVERIFY would not be usable for Batched Channel Creation constructions
+as the redemption TXID could be malleated and pre-signed transactions invalidated, unless the channels
+are built using an Eltoo-like protocol. Note that there may be other types of pre-signed contracts that
+may or may not be able to use Eltoo-like constructs, therefore making TXIDs predictable makes CTV more
+composable with arbitrary sub-protocols.
=====Committing to the version and locktime=====