Johan T. Halseth
Johan T. Halseth
This PR makes the sweeper re-use wallet UTXOs when it sweeps inputs from the same exclusive group. The reason we can do this is that two sweep transactions having inputs...
- `0.18`: - `Xcode 7.3.1 Build version 7D1014`: - Are you using `--no-build`? No - Are you using `--no-use-binaries`? Yes - Are you using `--use-submodules`? No **Cartfile** ``` github "/AudioEngine"...
For easy use of lnd wihin other apps, we could extract the react native layer into a module that could be easily be fetched. - [ ] Pull the iOS...
Builds on #179
The following error is seen regularly during sync tests: ``` --- FAIL: TestNeutrinoSync (20.21s) --- FAIL: TestNeutrinoSync/initial_sync (31.05s) sync_test.go:288: Couldn't sync ChainService: Timed out after 30s waiting for cfheaders synchronization....
If the server sends a batch that the client is unable to parse (https://github.com/lightninglabs/pool/blob/073fe0d369e1e544e0752a1f804a5851fefb71bf/rpcserver.go#L362), we will crash when attempting to use the `nil` batch struct in the reject message: https://github.com/lightninglabs/pool/blob/073fe0d369e1e544e0752a1f804a5851fefb71bf/rpcserver.go#L1447
### What version of Go are you using (`go version`)? $ go version go version go1.14.6 darwin/amd64 $gomobile version gomobile version +973feb4 Sat Aug 1 11:21:45 2020 +0000 (android,ios); androidSDK=/sdk/platforms/android-30...
### Issue During the current funding workflow, the responder should forget the channel if the funding transaction is not confirmed [within a reasonable timeout](https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md#requirements-4). For `lnd` this timeout is [currently...
This ensures that we stop the underlying `ChainService` on of the `chainClient` before we close the database it is accessing. Previously we would close the DB here: https://github.com/btcsuite/btcwallet/blob/8b90263a619068db81994688fbdf434be39a81ba/btcwallet.go#L165, while the...