[3/4] - lnwallet/chancloser: add new protofsm based RBF chan closer (channel closing)
https://github.com/lightningnetwork/lnd/pull/8512
Host: ProofOfKeags -
Questions
- When considering the existing coop-close protocol, who pays the closing fees?
- â What are some of the failure modes that can arise from fee negotiation?
- â What are the incentives for the the following party/scenario: initiator/initiator closes, target/initiator closes, initiator/target closes, target/target closes?
- â Ideally who should pay the fees during a coop close and why?
- In coop close v2 who pays the coop close fees?
- â What are the different intermediate states a closing negotiation can be in?
- â How can we use this new protocol state machine to do fee bumping?
- â Which party can fee bump the closing transaction?
- â What are some practical benefits of RBFâing a coop close transaction?
- â SWE: What does the new protofsm library do?
- â SWE: What are some advantages of using protofsm here?
- â SWE: What are some potential drawbacks of using protofsm here?