-
Couldn't load subscription status.
- Fork 122
Add swaps 2.0 #810
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
base: hyperloop
Are you sure you want to change the base?
Add swaps 2.0 #810
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 |
|
!lightninglabs-deploy mute |
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.