File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 tar xf /home/devops/verkle-test-dependencies/replay_converted.tgz --strip-components=1 -C .ethereum
2121
2222 - name : Download geth from the proper repo
23- run : git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay geth
23+ run : git clone https://github.com/gballet/go-ethereum -b overlay/changes-for-replay geth
24+ # run: git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay geth
2425
25- - name : Edit geth to use this repo
26+ - name : Edit geth to use this repo and build it
2627 run : |
2728 cd geth
2829 cp /home/devops/verkle-test-dependencies/precomp .
3637 - name : Run replay
3738 run : |
3839 cd geth
40+ echo 230080 > conversion.txt
3941 ./geth import --datadir=../.ethereum /home/devops/verkle-test-dependencies/next_blocks4
4042
4143 - name : Upload profiler file
You can’t perform that action at this time.
0 commit comments