Skip to content

Commit

Permalink
add 08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdcf committed Aug 6, 2024
1 parent 5bbb2b7 commit 8da261e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-04-18-#8545.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pr: 8545
authors: [ziggie1984]
components: ["utxo sweeping"]
host: ziggie1984
status: upcoming
status: past
commit:
---

Expand Down
26 changes: 26 additions & 0 deletions _posts/2024-08-08-#8512.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: pr
date: 2024-08-08
title: "[3/4] - lnwallet/chancloser: add new protofsm based RBF chan closer"
pr: 8512
authors: [roasbeef]
components: ["utxo sweeping"]
host: ProofOfKeags
status: upcoming
commit:
---

## 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?

0 comments on commit 8da261e

Please sign in to comment.