Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "lib/eigenlayer-middleware"]
path = lib/eigenlayer-middleware
url = https://github.com/Layr-Labs/eigenlayer-middleware
[submodule "lib/eigenda"]
path = lib/eigenda
url = https://github.com/Layr-Labs/eigenda
24 changes: 0 additions & 24 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,6 @@ build:
test:
forge test -vvv

# Deploy main contracts from using config/deploy.json as input
.PHONY: deploy
deploy:
forge script script/Deploy.s.sol \
--rpc-url $(RPC_URL) \
--broadcast \
--private-key $(PRIVATE_KEY) \
$(if $(VERIFY),--verify --verifier etherscan --etherscan-api-key $(ETHERSCAN_API_KEY)) \
$(if $(RESUME),--resume) \
--slow \
-vvvv \
--sig "run(string)" -- $(ENVIRONMENT)

# Create AVS instance
.PHONY: create-app
create-app:
forge script script/CreateApp.s.sol \
--rpc-url $(RPC_URL) \
--broadcast \
--sig "run(string)" $(ENVIRONMENT) \
--private-key $(PRIVATE_KEY) \
--slow \
-vvvv

.PHONY: bindings
bindings:
./bin/compile-bindings.sh
Expand Down
1 change: 1 addition & 0 deletions bin/compile-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ contracts=(
"AppController"
"ComputeAVSRegistrar"
"ComputeOperator"
"CloudReportCompendium"
"IReleaseManager"
"IPermissionController"
)
Expand Down
17 changes: 17 additions & 0 deletions foundry.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"lib/eigenda": {
"tag": {
"name": "v2.4.1",
"rev": "9c0c5621b5424560d7c640e28785ef56345178d4"
}
},
"lib/eigenlayer-middleware": {
"rev": "dbccc2119e1e63ffdfc5bacda7c60f6c1574c347"
},
"lib/forge-std": {
"rev": "8bbcf6e3f8f62f419e5429a0bd89331c85c37824"
},
"lib/zeus-templates": {
"rev": "b4c42abc64bb7cc414819deb177fa2f924a761a7"
}
}
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ remappings = [
"@eigenlayer-contracts/=lib/eigenlayer-middleware/lib/eigenlayer-contracts/",
"@openzeppelin/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/",
"@openzeppelin-upgrades/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/",
"@eigenda-contracts/=lib/eigenda/contracts"
]

fs_permissions = [{ access = "read-write", path = "./" }]
Expand Down
1 change: 1 addition & 0 deletions lib/eigenda
Submodule eigenda added at 9c0c56
1,749 changes: 1,749 additions & 0 deletions pkg/bindings/v1/CloudReportCompendium/binding.go

Large diffs are not rendered by default.

85 changes: 84 additions & 1 deletion pkg/bindings/v1/ComputeOperator/binding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading