You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users often want to track a single HTLC across multiple channels and through the entire pipeline, which should be doable with the new logging metadata wrappers.
The text was updated successfully, but these errors were encountered:
Hello @TheBlueMatt, I'm interested in working on this issue and adding PaymentHash to log records. I believe this enhancement will be valuable for users tracking HTLCs across multiple channels and through the entire pipeline.
Go for it. Probably best to start small and do this iteratively - just add a payment_hash field to Record and set it in a few places, then go through the channel[manager].rs code iteratively and open new PRs to add the record in new sections of the code.
Users often want to track a single HTLC across multiple channels and through the entire pipeline, which should be doable with the new logging metadata wrappers.
The text was updated successfully, but these errors were encountered: