-
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.
Merge branch '27-refator-encryptor' into 'dev'
Resolve "Refactor the packages to retrieve the message encryptor from external sources" Closes #27 See merge request ergo/rosen-bridge/sign-protocols!37
- Loading branch information
Showing
19 changed files
with
124 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@rosen-bridge/ergo-multi-sig': major | ||
'@rosen-bridge/communication': major | ||
'@rosen-bridge/detection': major | ||
'@rosen-bridge/tss': major | ||
--- | ||
|
||
Refactor constructor interfaces, add messageEnc and remove unnecessary secrets |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Rosen Bridge Sign Protocols | ||
|
||
A monorepo containing all the packages related to Rosen Bridge Signing process. It contains the following packages: | ||
|
||
1. [keygen-service](./services/keygen-service/README.md): Keygen service is a tool top of [tss-api](./services/tss-api/README.md) for setup keygen ceremony for new guards. | ||
2. [tss-api](./services/tss-api/README.md): A service for keygen, sign and regroup operations on eddsa and ecdsa protocols in threshold signature. | ||
3. [communication](./packages/communication/README.md): A package that abstractly manages communication between endpoints. | ||
4. [encryption](./packages/encryption/README.md): unify encryption interface. | ||
5. [detection](./packages/detection/README.md): A package that finds available endpoints in private network. | ||
6. [tss](./packages/tss/README.md): A package for building and validating TSS signatures. | ||
7. [ergo-multi-sig](./packages/ergo-multi-sig/README.md): A package that manage multi signature protocol for ergo network. | ||
|
||
For more info on how each of the packages works, refer to their specific page. |
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
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
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.