File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ jobs:
184
184
resource_class : xlarge
185
185
steps :
186
186
- checkout
187
- - run :
188
- name : " Check L1 geth version"
189
- command : ./ops/scripts/geth-version-checker.sh || (echo "geth version is wrong, update ci-builder"; false)
187
+ # - run: # temporarily disabled, to update ci-builder.
188
+ # name: "Check L1 geth version"
189
+ # command: ./ops/scripts/geth-version-checker.sh || (echo "geth version is wrong, update ci-builder"; false)
190
190
- install-contracts-dependencies
191
191
- restore_cache :
192
192
name : Restore Go modules cache
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
14
14
echo " Initializing genesis."
15
15
geth --verbosity=" $VERBOSITY " init \
16
16
--datadir=" $GETH_DATA_DIR " \
17
+ --state.scheme=hash \
17
18
" $GENESIS_FILE_PATH "
18
19
else
19
20
echo " $GETH_CHAINDATA_DIR exists."
@@ -45,6 +46,7 @@ exec geth \
45
46
--authrpc.vhosts=" *" \
46
47
--authrpc.jwtsecret=/config/jwt-secret.txt \
47
48
--gcmode=archive \
49
+ --state.scheme=hash \
48
50
--metrics \
49
51
--metrics.addr=0.0.0.0 \
50
52
--metrics.port=6060 \
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ if [ ! -d "$GETH_CHAINDATA_DIR" ]; then
14
14
echo " Initializing genesis."
15
15
geth --verbosity=" $VERBOSITY " init \
16
16
--datadir=" $GETH_DATA_DIR " \
17
+ --state.scheme=hash \
17
18
" $GENESIS_FILE_PATH "
18
19
else
19
20
echo " $GETH_CHAINDATA_DIR exists."
@@ -46,6 +47,7 @@ exec geth \
46
47
--authrpc.vhosts=" *" \
47
48
--authrpc.jwtsecret=/config/jwt-secret.txt \
48
49
--gcmode=archive \
50
+ --state.scheme=hash \
49
51
--metrics \
50
52
--metrics.addr=0.0.0.0 \
51
53
--metrics.port=6060 \
Original file line number Diff line number Diff line change 1
1
{
2
2
"abigen" : " v1.10.25" ,
3
3
"foundry" : " 626221f5ef44b4af950a08e09bd714650d9eb77d" ,
4
- "geth" : " v1.13.14 " ,
4
+ "geth" : " v1.14.7 " ,
5
5
"eth2_testnet_genesis" : " v0.10.0" ,
6
6
"nvm" : " v20.9.0" ,
7
7
"slither" : " 0.10.2" ,
You can’t perform that action at this time.
0 commit comments