Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
2bbfd5dc
Unverified
Commit
2bbfd5dc
authored
Nov 27, 2024
by
Inphi
Committed by
GitHub
Nov 27, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make: Remove unused install-geth target (#13130)
parent
601af96c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
Makefile
Makefile
+0
-11
README.md
op-e2e/README.md
+0
-1
No files found.
Makefile
View file @
2bbfd5dc
...
@@ -173,9 +173,6 @@ nuke: clean devnet-clean ## Completely clean the project directory
...
@@ -173,9 +173,6 @@ nuke: clean devnet-clean ## Completely clean the project directory
## Prepares for running a local devnet
## Prepares for running a local devnet
pre-devnet
:
submodules $(DEVNET_CANNON_PRESTATE_FILES)
pre-devnet
:
submodules $(DEVNET_CANNON_PRESTATE_FILES)
@
if
!
[
-x
"
$$
(command -v geth)"
]
;
then
\
make install-geth
;
\
fi
@
if
!
[
-x
"
$$
(command -v eth2-testnet-genesis)"
]
;
then
\
@
if
!
[
-x
"
$$
(command -v eth2-testnet-genesis)"
]
;
then
\
make install-eth2-testnet-genesis
;
\
make install-eth2-testnet-genesis
;
\
fi
fi
...
@@ -247,14 +244,6 @@ update-op-geth: ## Updates the Geth version used in the project
...
@@ -247,14 +244,6 @@ update-op-geth: ## Updates the Geth version used in the project
./ops/scripts/update-op-geth.py
./ops/scripts/update-op-geth.py
.PHONY
:
update-op-geth
.PHONY
:
update-op-geth
install-geth
:
##
Installs or updates Geth if versions do not match
./ops/scripts/geth-version-checker.sh
&&
\
(
echo
"Geth versions match, not installing geth..."
;
true
)
||
\
(
echo
"Versions do not match, installing geth!"
;
\
go
install
-v
github.com/ethereum/go-ethereum/cmd/geth@
$(
shell
jq
-r
.geth < versions.json
)
;
\
echo
"Installed geth!"
;
true
)
.PHONY
:
install-geth
install-eth2-testnet-genesis
:
install-eth2-testnet-genesis
:
go
install
-v
github.com/protolambda/eth2-testnet-genesis@
$(
shell
jq
-r
.eth2_testnet_genesis < versions.json
)
go
install
-v
github.com/protolambda/eth2-testnet-genesis@
$(
shell
jq
-r
.eth2_testnet_genesis < versions.json
)
.PHONY
:
install-eth2-testnet-genesis
.PHONY
:
install-eth2-testnet-genesis
op-e2e/README.md
View file @
2bbfd5dc
...
@@ -5,7 +5,6 @@ created with the `bedrock-devnet` package. To create this state,
...
@@ -5,7 +5,6 @@ created with the `bedrock-devnet` package. To create this state,
run the following commands from the root of the repository:
run the following commands from the root of the repository:
```
bash
```
bash
make install-geth
make cannon-prestate
make cannon-prestate
make devnet-allocs
make devnet-allocs
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment