Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Include route in simulation output #129

Open
carlaKC opened this issue Oct 5, 2023 · 0 comments
Open

Feature: Include route in simulation output #129

carlaKC opened this issue Oct 5, 2023 · 0 comments
Labels
feature New feature or request Low Priority

Comments

@carlaKC
Copy link
Contributor

carlaKC commented Oct 5, 2023

Add the option to include the route that a HTLC has taken in our simulation output (probably with an option to turn on/off so that it's not too noisy).

This isn't straightforward because right now we report per-payment (which may have multiple HTLCs), and just note a HTLC count. We'd need to re-examine the way we report payments to have per-HTLC granularity.

This may also have some implementation implications (I'm not sure how much information each surfaces). Researching what is available to us is part of the scope of this issue.

@carlaKC carlaKC added feature New feature or request Low Priority labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant