Slyghtning
Slyghtning
Thanks for raising this issue. I'd recommend to keep lnd shutdown for the moment to not publish any outdated state.
Could you try the compaction with chantools which is described a bit here and see if that succeeds? https://github.com/lightningnetwork/lnd/issues/8532#issuecomment-1985577491
Ok that's great, could you check that the `.last-compacted` file in your live-directory is empty? If so then move it out to a different temporary place, then turn the autocompaction...
That's also my understanding, we can't cancel the payment once the htlc is sent. Here, additionally to the existent timeout check that interrupts the payment loop on expiry, we pass...
Thanks to the reviewers so far. I think I addressed all your concerns, namely: - Add a `cacelable` flag to the `SendPaymentRequest` that preserves the current behavior of a long...
Ready for review - unit tests still need to be fixed and an itest will be added.
Thanks for review and follow-up @ziggie1984, will add the single flow cancellation to my todos.
Haven't forgotten about this an want to pick it up soon.
Thanks for the detailed rundown on LSP mechanics @JssDWt. The primary focus of this PR is to improve the currently active graph based method of estimating routing fees. It is...
> @hieblmi is this ready to leave draft? @Roasbeef I will move to 'ready' once I have incorporated the hop hint fee estimation and refactor suggestions. Will focus on it.