Gursharan Singh
Gursharan Singh
Should we edit this issue to include Re-stubbing with "exceptional to exceptional" along with "exceptional to non-exceptional" ? Also, as i read if it is fundamental and unsolvable issue in...
@arik-so Yes 3057 needs to be merged before this. >its macro refactoring commits getting dropped. but that doesn't have any macro refactoring commits.
`amount_sats` :)
Had offline discussion with Matt on same. The case being discussed is here: https://github.com/lightningdevkit/rust-lightning/blob/main/lightning/src/chain/channelmonitor.rs#L4005 1. We will need to somehow store txs for which we are waiting on ClaimInfo. 2....
* Added a testcase for coop close to verify that we generate ClaimInfoRequest But it didn't verify the expected behavior, this is because in case of coop close, we don't...
Hi Steve, Can you add some additional context/reasoning here? There is no safe way to do this. Allowing for 0 is also against current BOLT specification IIUC, which says that...