Olaoluwa Osuntokun
Olaoluwa Osuntokun
@ziggie1984 yep was thinking the same thing, I'll add that then try again. FWIW, this is a very very very old node, which makes it great for testing!
Tried out the latest branch, and I was able to make an initial blinded paths payment! Ran into some other issues along the way: * When trying to pay with...
I think the instances of `INVALID_ONION_BLINDING` might be older nodes on testnet that aren't running the _latest_ version of blinded paths. Some other featrure requests after trying things out: *...
Catching up with this issue a bit... > PutBatch was added in 2018, without any test. The code related to batch-replay never changed, i.e. what we see today should match...
> Regarding the tests: If you look at [this commit, tests _are_ indeed there](https://github.com/lightningnetwork/lightning-onion/pull/16/files#diff-91c9f80a461e8a51720b24ee0fe81b5c33ea1212b800841392633cbc6c0c598dR400-R449). `tx.ProcessOnionPacket` calls `PutBatch`. Sure you can argue there should be a lower level tests there, but...
> In Kubernetes environments, managing TLS certificates externally via Terraform is feasible but still necessitates an LND restart. For this we use config maps, then notifications to recycle other pods...
> Happy to send a PR but I'm surprised this isn't a big problem for all the teams that are maintaining many nodes. PR SGTM 👍. How do plan on...
While we're at it, perhaps it makes sense to also introduce the concept of mission control namespaces? This way you can import some outside weights to an independent namespace, then...
Is this present in 0.18?
Also see this issue, back when I fixed a concurrency issue here, dug deeper, and saw many more: https://github.com/lightningnetwork/lnd/issues/8023