Skip to content

Commit cc7614b

Browse files
committed
Update consensus tests to 8.0.1
1 parent e7b4e32 commit cc7614b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands:
1919
steps:
2020
- restore_cache:
2121
name: "Restore Silkworm cache"
22-
key: &silkworm-cache-key silkworm-v2
22+
key: &silkworm-cache-key silkworm-v3
2323
- run:
2424
name: "Check Silkworm cache"
2525
command: |
@@ -39,7 +39,7 @@ commands:
3939
command: |
4040
[ "$SILKWORM_BUILD" = true ] || exit 0
4141
git clone --no-checkout --single-branch https://github.com/torquem-ch/silkworm.git .
42-
git checkout c181f5fc0d6a49a990c85dc355b8b45a2f6eb968
42+
git checkout 7c12194098a7a80ea4b4c79c6a66aed7bcb42570
4343
git submodule init
4444
git submodule deinit tests
4545
git submodule update --recursive --depth=1 --progress
@@ -240,16 +240,16 @@ jobs:
240240
241241
consensus-tests:
242242
environment:
243-
TESTS_REV: v7.0.1
243+
TESTS_REV: 8.0.1
244244
executor: linux-gcc-latest
245245
steps:
246246
- build_silkworm
247247
- unpack_package
248248
- download_consensus_tests:
249-
rev: v7.0.1
249+
rev: 8.0.1
250250
- run:
251251
name: "Silkworm-driven consensus tests"
252-
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests --skip-eip-2315
252+
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests
253253

254254

255255
gcc-min:

0 commit comments

Comments
 (0)