From 5434fcb31545d76171ab2081d5ceeca7d49be11a Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Mon, 22 Jul 2024 07:44:36 +0000 Subject: [PATCH] Move eth-specs submodule to da (#111) --- .gitmodules | 2 +- eth-specs => da/eth-specs | 0 install-eth-specs.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename eth-specs => da/eth-specs (100%) diff --git a/.gitmodules b/.gitmodules index b02051b..927eea6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "consensus-specs"] - path = eth-specs + path = da/eth-specs url = git@github.com:ethereum/consensus-specs.git branch = dev diff --git a/eth-specs b/da/eth-specs similarity index 100% rename from eth-specs rename to da/eth-specs diff --git a/install-eth-specs.sh b/install-eth-specs.sh index fd9c479..d361d8d 100755 --- a/install-eth-specs.sh +++ b/install-eth-specs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -cd ./eth-specs +cd ./da/eth-specs pip install -r requirements_preinstallation.txt python setup.py sdist bdist_wheel pip install dist/*.whl \ No newline at end of file