option_closing_rejected: turn-based fee_range coop close (feature 60/61)#1016
option_closing_rejected: turn-based fee_range coop close (feature 60/61)#1016Crypt-iQ wants to merge 1 commit intolightning:masterfrom
Conversation
|
Commentary from the latest spec meeting:
|
|
Concept ACK. I would add a I think it would be confusing to use a
If we had a shortage of available message types I would understand the need to create that additional layer of indirection, but since we don't have such a shortage adding such indirection is creating unnecessary complexity? |
Should the above be changed so that if you are sending |
Yes, I believe we should replace the use of warning with this new Of course, if others disagree with my previous comment and think we should extend warning/error instead of introducing a new message, this point would be moot. |
|
|
||
| 1. type: 40 (`closing_rejected`) | ||
| 2. data: | ||
| * [`channel_id`:`channel_id`] |
There was a problem hiding this comment.
Comment from spec meeting: should this also include a fee range in this message?
There was a problem hiding this comment.
I thought we were going with the whole warnings approach for telling what parameters you didn't like about any message?
|
Superseded by #1096 |
Adds a feature bit. It's optional, but does simplify some of the spec logic and I think it's nice to have. The naming can change. It works with simple-taproot-channels to allow sending musig2 nonces in a turn-based way.
Fixes #1013