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

universe: fix potential loop scoping bugs, add additional debug logging #338

Merged
merged 3 commits into from
Jun 6, 2023

Conversation

Roasbeef
Copy link
Member

@Roasbeef Roasbeef commented Jun 1, 2023

In this commit we rename the chanutils package to fn, as it's much shorter, and how houses generic functions that deal with more than just channels.

We then attempt to fix some potential loop scoping bugs in the universe code. Finally, we add some logging to print out the id+key for the fail universe log sync events.

In this commit, we rename the chanutils package to be just `fn`. This is
shorter so means we'll run into the line limit less. The package also
now contains general generic functions, so this new name matches better.
This should help us figure out what's going on with some of these error
messages.
@Roasbeef Roasbeef merged commit 1d6adc9 into lightninglabs:main Jun 6, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants