lnd
lnd copied to clipboard
Lightning Network Daemon ⚡️
### Background Describe your issue here. ### Your environment * version of `lnd` 0.17.3 * which operating system (`uname -a` on *Nix) ubuntu 20.04 * version of `btcd`, `bitcoind`, or...
- **channeldb: rename PaymentControl struct** - **channeldb: unify payment related code** - **channeldb: rename pControl to paymentDB** - **channeldb: fix linter** - **lnd: introduce separate key-value payment db** - **multi:...
- [x] Introduce Payment Tables and Queries =>https://github.com/lightningnetwork/lnd/pull/9147 - [x] Add first part of the SQL backend functions => https://github.com/lightningnetwork/lnd/pull/10287 - [x] Add second part of the SQL backend functions...
This is the tracking issue for the payments db SQL-ization project. It will be the go-to reference to see how the project is progressing. I'll start with a check-list for...
depends on: - https://github.com/btcsuite/btcwallet/pull/1009 - https://github.com/btcsuite/btcd/pull/2366
I try to use the `CloseChannel` `no_wait` option. If I set `no_wait=True`, it still waits for the transaction to be confirmed before stopping the gRPC streaming call. It's possible that's...
Fixes #9578 and #9510 ## Change Description As mentioned in the [comment](https://github.com/lightningnetwork/lnd/issues/9578#issuecomment-2725505073): > The test TestPropForEachConcOutperformsMapWhenExpensive compares the speed of Map and ForEachConc functions when executing an expensive operation on...
Currently there are now rpc method to query the watchtower for information what is stored inside the watchtower.db Info's client about stored channel-data and backups would be "nice to have"...
### Background I am using the REST API to retrieve the state of an invoice: ``` curl --cacert $LND_DIR/tls.cert --header "$MACAROON_HEADER" 'https://localhost:8080/v1/invoice/014fe7c24f2c5723cf0dfc16c68b996462f8a081b4cdc8a21e93ab4abd8f9f6c' ``` ### Your environment * version of `lnd`:...
## Change Description Optimize code using a more modern writing style. ## Steps to Test Steps for reviewers to follow to test the change. ## Pull Request Checklist ### Testing...