Oli
Oli
Can be something simple, like "Allow multiple etcd hosts to be specified in `db.etcd.host`." The important thing is that you link to this PR in the release notes, which makes...
Replaced by https://github.com/lightningnetwork/lnd/pull/9083.
0.18.3 is on a side branch, there is no merge freeze in effect.
Release notes need to be moved to the `v0.18.1` file.
> Will approve as soon as @JssDWt reports back that this actually fixes the problem of missing edges, so it is only on hold because we cannot easily reproduce missing...
Carol fails to start back up: ``` --- FAIL: TestLightningNetworkDaemon/tranche00/02-of-297/btcd/route_blinding_dummy_hops (57.55s) harness_node.go:403: Starting node (name=Alice) with PID=5933 harness_node.go:403: Starting node (name=Bob) with PID=6045 harness_node.go:403: Starting node (name=carol) with PID=6090 harness_node.go:403:...
I've created this naive fix which solves the issue in the integration test: https://github.com/lightningnetwork/lnd/pull/8871 But it sounds like it's mostly fighting a symptom instead of fixing the root cause. But...
!lightninglabs-deploy mute
@dannydeezy with what version of lnd? @C-Otto does this still happen with lnd 0.16.1?
The Sphinx replay DB is `lnd`'s implementation of the [`ReplayLog`](https://github.com/lightningnetwork/lightning-onion/blob/master/replaylog.go#L47) defined in the `sphinx` packet. It keeps track of onion packets to make sure they aren't used in a replay...