-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add relay tx endpoint * working * redesign test * fix sig recovery check * add pre sign checks * add signer check * add validator checks * remove validator info from user sig req message * fixing tests * another test * fix user tests * more tests * clean * test * clean * fmt * fmt * docs * tests * fmt * fix tests * fix test * Apply suggestions from code review Co-authored-by: peg <peg@magmacollective.org> Co-authored-by: David <dvdplm@gmail.com> * Update crates/threshold-signature-server/src/user/api.rs Co-authored-by: peg <peg@magmacollective.org> * move get_signers_from_chain * return option validator name * random selection * add validator checks * clean tests * tests * remove poping selected signers * fix * Apply suggestions from code review Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: peg <peg@magmacollective.org> * collapse user_sig_request into relayer request * Apply suggestions from code review Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: peg <peg@magmacollective.org> * clean * clean * clean * clean * Update crates/threshold-signature-server/src/user/tests.rs Co-authored-by: peg <peg@magmacollective.org> * clean * replace charlie with dave in key creation * fmt * lint * test fix --------- Co-authored-by: peg <peg@magmacollective.org> Co-authored-by: David <dvdplm@gmail.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
- Loading branch information
1 parent
2800d61
commit 9facf6e
Showing
27 changed files
with
1,000 additions
and
323 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/dave-keyshare-held-by-alice.keyshare
Binary file not shown.
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/dave-keyshare-held-by-bob.keyshare
Binary file not shown.
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/dave-keyshare-held-by-dave.keyshare
Binary file not shown.
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/eve-keyshare-held-by-alice.keyshare
Binary file not shown.
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/eve-keyshare-held-by-bob.keyshare
Binary file not shown.
Binary file added
BIN
+3.39 KB
crates/testing-utils/keyshares/production/eve-keyshare-held-by-dave.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/dave-keyshare-held-by-alice.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/dave-keyshare-held-by-bob.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/dave-keyshare-held-by-charlie.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/eve-keyshare-held-by-alice.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/eve-keyshare-held-by-bob.keyshare
Binary file not shown.
Binary file added
BIN
+2.14 KB
crates/testing-utils/keyshares/test/eve-keyshare-held-by-charlie.keyshare
Binary file not shown.
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
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
Oops, something went wrong.