-
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.
Bump Synedrion to latest
master
(#946)
* Bump `synedrion` to latest `HEAD` * Replace `MappedResult` with `ProtocolResult` This was removed in: entropyxyz/synedrion#124 * Replace `CombinedMessage` with `MessageBundle` This was removed in entropyxyz/synedrion#128. * Add identifier generic to Error and Result types From here: entropyxyz/synedrion@80482c5 * Use Synedrion's new `SessionId` type Introduced in entropyxyz/synedrion#128. * Replace `Vec<_>` with `BTreeSet<_>` This was introduced in entropyxyz/synedrion#124. * Remove borrow when making sessions * Use new `ThresholdKeyShare` API Old one was removed inhttps://github.com/entropyxyz/synedrion/pull/124. * Use `BTreeSet` in `entropy-tss` crate * Get `create_test_keyshares` compiling * Use my Synedrion branch with `serde` support * Iterator should actually exclude Charlie * Fix protocol test compilation * Stop using my branch and point to `master` instead * Remove `TODO`
- Loading branch information
Showing
13 changed files
with
162 additions
and
101 deletions.
There are no files selected for viewing
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
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.