-
Notifications
You must be signed in to change notification settings - Fork 136
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
Atomic swaps #618
Open
GeneFerneau
wants to merge
17
commits into
mimblewimble:master
Choose a base branch
from
GeneFerneau:atomic
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Atomic swaps #618
Conversation
This file contains 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
GeneFerneau
commented
May 20, 2021
Relies on grin/#3643 |
GeneFerneau
force-pushed
the
atomic
branch
8 times, most recently
from
May 26, 2021 03:24
40d3ba0
to
4c77a88
Compare
2 tasks
GeneFerneau
force-pushed
the
atomic
branch
7 times, most recently
from
May 27, 2021 16:38
597f320
to
ecb5ffd
Compare
GeneFerneau
force-pushed
the
atomic
branch
7 times, most recently
from
June 11, 2021 20:19
113aabb
to
544192e
Compare
GeneFerneau
force-pushed
the
atomic
branch
4 times, most recently
from
July 7, 2021 00:54
56be1a0
to
a71105b
Compare
V5 Slate version with added features: Participant Data: * tau_x: Final step secret key for shared output rangeproofs * tau_one: Step one partial public key for shared output rangeproofs * tau_two: Step two partial public key for shared output rangeproofs
Add functionality to build a multisig input if the output is multisig
Add V5 slate types for multisig and atomic swap transaction flows
Add enum to select the transaction flow for a blank Slate
Add functionality for building a multisig transaction with a shared output
Add functions for getting and storing atomic secret in the wallet backend
Add functions for creating and checking an atomic identifier Use for deriving atomic nonce's from a wallet's keychain
Add foreign API to receive and complete the second round of an atomic swap transaction. Used for both the main and refund transaction
Add function to complete the third round of the atomic swap, where the adaptor signature `s` is recovered. The adaptor signature is used with the full signature to recover the atomic nonce.
Add foreign and owner APIs to complete an atomic swap main/refund transaction
Add function to recover an atomic secret from a finalize transaction excess kernel signature, the initiator's partial signature, and the responder's adaptor signature
GeneFerneau
force-pushed
the
atomic
branch
3 times, most recently
from
July 7, 2021 22:46
92f0503
to
a6ecbd9
Compare
GeneFerneau
force-pushed
the
atomic
branch
4 times, most recently
from
July 9, 2021 23:13
d6971dc
to
af7cb8b
Compare
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.
No description provided.