-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
channel-id and min_conf #6
Comments
Why would the The Personally, I'd rather just use the full funding outpoint ( |
Consider the following scenario where
A and B will compute a different
I still like the short id, because it may cause trouble only if a reorg occurs and |
Pierre-Marie Padiou notifications@github.com writes:
Well, personally I'd rather remove all of this muxing stuff from the
Yes: invalid channel ID after we consider funding locked is grounds for Cheers, |
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
update of eltoo for V3+updated epehemeral anchors
…pdates bolt-simple-taproot: restore NUMs point usage
I have two questions about the channel-id field:
min_conf
value of 0 or 1 could lead to each party computing a differentchannel-id
. Easiest way is probably to just enforce a minimum value for min_conf? Yes aMIN_MIN_CONF
!MIN_MIN_CONF
high enough so that the probability of computing a differentchannel-id
is extremely low, why do we even need to specify thechannel-id
in this message? If we prefer to keep it here, then we need to specify what happens when they are not the same (probably just close the connection). I'd rather remove it, since we still need to handle the general case where we receive messages with unknown channel ids (e.g. in htlc messages).Cheers,
Pierre
The text was updated successfully, but these errors were encountered: