Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousGiga committed Jul 10, 2024
1 parent 2e3272d commit 0e49eee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/historical-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
cd reth/testing/it-test/github-action
./setup.sh
# Run private testnet
- name: Run testnet
run: |
pwd
cd reth/testing/it-test/github-action
./action.sh
## Run private testnet
#- name: Run testnet
# run: |
# pwd
# cd reth/testing/it-test/github-action
# ./action.sh
39 changes: 20 additions & 19 deletions testing/it-test/github-action/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,26 @@ cd eth2-val-tools && \
git reset --hard 0d6d1ddb36479e73d7d876b29ac2d10ab3988e85 && \
go build -o eth2-val-tools main.go && \
cp eth2-val-tools ~/.cargo/bin && \
eth2-val-tools --help && \

cd ../ && \

# Install eth2-testnet-genesis
#git clone https://github.com/protolambda/eth2-testnet-genesis.git && \
cd eth2-testnet-genesis && \
git reset --hard 4b3498476f14b872b43080eee319adea45286daf && \
make && \
cp eth2-testnet-genesis ~/.cargo/bin && \
eth2-testnet-genesis --help && \

cd ../ &&\

# Install lighthouse
#wget https://github.com/sigp/lighthouse/releases/download/v5.2.1/lighthouse-v5.2.1-x86_64-unknown-linux-gnu.tar.gz && \
tar -zxvf lighthouse-v5.2.1-x86_64-unknown-linux-gnu.tar.gz && \
cp lighthouse ~/.cargo/bin && \
lighthouse --version
eth2-val-tools --help
#eth2-val-tools --help && \
#
#cd ../ && \
#
## Install eth2-testnet-genesis
##git clone https://github.com/protolambda/eth2-testnet-genesis.git && \
#cd eth2-testnet-genesis && \
#git reset --hard 4b3498476f14b872b43080eee319adea45286daf && \
#make && \
#cp eth2-testnet-genesis ~/.cargo/bin && \
#eth2-testnet-genesis --help && \
#
#cd ../ &&\
#
## Install lighthouse
##wget https://github.com/sigp/lighthouse/releases/download/v5.2.1/lighthouse-v5.2.1-x86_64-unknown-linux-gnu.tar.gz && \
#tar -zxvf lighthouse-v5.2.1-x86_64-unknown-linux-gnu.tar.gz && \
#cp lighthouse ~/.cargo/bin && \
#lighthouse --version


## Install reth
Expand Down

0 comments on commit 0e49eee

Please sign in to comment.