Jesse de Wit

Results 76 issues of Jesse de Wit

## Change Description Description of change / link to associated issue.If a node contains a channel, but doesn't have a corresponding edge in the graph database, updating the channel policy...

graph
P2

## Change Description When the remote dustlimit is lower than the local one, a cooperative closure could create an output that doesn't respect the local dustlimit. By comparing the remote...

### Issue and Steps to Reproduce lightningd appears to fail to propagate its own channel updates through the network. Yesterday, one of our nodes hadn't sent out a channel update...

in diagnostic

### Issue and Steps to Reproduce I'm experimenting with splicing in an LSP scenario. - a htlc is intercepted with the htlc acceptor hook - a splice-in is initiated, with...

A snippet from the diagnostic data file: ```"\"***getinfo:***\\n\\n {\\n \\\"id\\\": [\\n 3,\\n ```

- makes lntest part of lspd itself, so changes are easier to make - the tests are now run with the checked out version of lspd, so no binary needs...

The `importScriptAddress` function of `ScopedKeyManager` takes a [Lock](https://github.com/btcsuite/btcwallet/blob/master/waddrmgr/scoped_manager.go#L2202) on `ScopedKeyManager`, then a [Lock](https://github.com/btcsuite/btcwallet/blob/master/waddrmgr/scoped_manager.go#L2255) on `Manager`. The `Address` function of `Manager` takes a [RLock](https://github.com/btcsuite/btcwallet/blob/master/waddrmgr/manager.go#L706) on `Manager`, then a [RLock](https://github.com/btcsuite/btcwallet/blob/master/waddrmgr/scoped_manager.go#L962)/[Lock](https://github.com/btcsuite/btcwallet/blob/master/waddrmgr/scoped_manager.go#L969) on `ScopedKeyManager`....

bug
high priority

Should fix https://github.com/breez/breez/issues/255 Source: https://github.com/breez/lnd/blob/8da68bb7dbf0423bb8c9e13dcfa982f80a9aabe3/lnwallet/channel.go#L8269-L8395 The main thing that changed in LND is `applyCommitFee` now includes a buffer amount of 2x the current chain fees + 1 additional htlc.

This issue extrapolates for channels with a higher commitment fee rate on the channel. The current calculation for the maximum able to receive is here https://github.com/breez/breez/blob/e9bf446a82c969f296c1d70815552845496c820a/account/account.go#L121-L141 `remote balance - remote...