Open
Conversation
This commit adds a generic fsm which will help with threadsafe access for fsm values
This commit adds a helper function to the fsm to acquire the fsm lock and safely acces members.
This commit adds the initial logger and interfaces to the hyperloop package.
This commit adds the hyperloop struct and associated funcs.
|
Closing due to inactivity |
3 similar comments
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
10 similar comments
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
|
Closing due to inactivity |
Collaborator
|
!lightninglabs-deploy mute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the new hyperloop functionality to loop. Hyperloops are a new MuSig2 based swap type, where users of a batch share a single MuSig2 output. On cooperation this output gets swept directly to the users wallet addresses, without the need for HTLCs and sweeps.
This PR implements the cooperative path for a hyperloop. Future PRs will include the other non-cooperative paths.