-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mpc blueprint starting point, cleanup abstractions (#252)
* Add mpc blueprint starting point * Updates * Merge main * Work on integrating network for MPC and cleaning up common * Attempts to clean up and add comments * Remove core/common/environments (#251) * Remove core, common, refactor into SDK * Reworking blueprint manager and mpc blueprint * Continuing refactoring keygen job * Continuing refactoring keygen job * Cleanup * Remove core, common, refactor into SDK * Remove common/core/environments from main merge * Logger fix * Remove old packages from CI * Fix all features build * Remove `Error` suffix from error variants * fmt * allow clippy::let_underscore_future * Fix a few more clippy warnings * Remove invalid package category --------- Co-authored-by: Serial <[email protected]>
- Loading branch information
1 parent
3d71b29
commit c8c569a
Showing
113 changed files
with
2,063 additions
and
5,964 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
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 |
---|---|---|
|
@@ -20,3 +20,4 @@ target/ | |
certs | ||
.DS_Store | ||
CODEGEN_LOCK | ||
blueprints/**/lib |
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 |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# For the incredible-squaring blueprint | ||
[submodule "blueprints/incredible-squaring/contracts/lib/forge-std"] | ||
path = blueprints/incredible-squaring/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "blueprints/incredible-squaring/contracts/lib/eigenlayer-middleware"] | ||
path = blueprints/incredible-squaring/contracts/lib/eigenlayer-middleware | ||
url = https://github.com/Layr-Labs/eigenlayer-middleware | ||
url = https://github.com/Layr-Labs/eigenlayer-middleware | ||
|
||
# For the ecdsa-threshold-mpc blueprint | ||
[submodule "blueprints/ecdsa-threshold-mpc/contracts/lib/forge-std"] | ||
path = blueprints/ecdsa-threshold-mpc/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core"] | ||
path = blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core | ||
url = https://github.com/webb-tools/tnt-core | ||
branch = main |
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
Oops, something went wrong.