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

solveCliq! in isolation #1169

Merged
merged 1 commit into from
Feb 17, 2021
Merged

solveCliq! in isolation #1169

merged 1 commit into from
Feb 17, 2021

Conversation

Affie
Copy link
Member

@Affie Affie commented Feb 17, 2021

Hi @dehann, I don't know if this is what you had in mind for solveCliqu! from #1168.

I didn't know exactly what we wanted to do with solveCliq!. Problem was: It is still solving as if its part of the larger tree, so it's trying to access messages from the rest of the tree. It's easy to add the channels for the messages but then it would just block on them waiting. So where should these messages come from?

For this PR I went with solving the clique in isolation, it doesn't make sense if its not a leave clique though.

Copy link
Member

@dehann dehann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks!

@dehann dehann merged commit d186dfc into master Feb 17, 2021
@Affie Affie linked an issue Feb 18, 2021 that may be closed by this pull request
@Affie Affie modified the milestones: v0.0.x, v0.21.2 Feb 18, 2021
@dehann dehann deleted the fix/21Q1/solveCliq!_isolation branch June 29, 2021 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

solveCliq! tripped up by tree :upMsg error
2 participants