Skip to content

Commit

Permalink
Restructuring and Maintenance (#20)
Browse files Browse the repository at this point in the history
* Deps: Remove Gadget from Dependencies

* Deps: Restructure and machete

* Fix: Removed unnecessary fallibility of some crypto functions for use in gadget's keystore

* Feat: G1Point Deserialization and fmt

* Feat: Derive Eq for G1Point

* Cargo Cleanup

* Fixes after upstream changes

* Removed remnants of Tangle AVS
  • Loading branch information
Tjemmmic authored Sep 21, 2024
1 parent c6ed21c commit f9a9932
Show file tree
Hide file tree
Showing 53 changed files with 1,966 additions and 8,194 deletions.
1 change: 0 additions & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
matrix:
package: [
test-utils,
tangle-avs,
incredible-squaring-avs,
eigen-utils,
]
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@
[submodule "avs/incredible-squaring-avs/contracts/lib/eigenlayer-middleware"]
path = avs/incredible-squaring-avs/contracts/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
[submodule "avs/tangle-avs/contracts/lib/forge-std"]
path = avs/tangle-avs/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "avs/tangle-avs/contracts/lib/eigenlayer-middleware"]
path = avs/tangle-avs/contracts/lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
Loading

0 comments on commit f9a9932

Please sign in to comment.