Skip to content

Commit fcd60ba

Browse files
committed
test(test-suite): update fhevm-relayer docker image
1 parent 2d912cd commit fcd60ba

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

test-suite/fhevm/docker-compose/relayer-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
relayer:
33
container_name: fhevm-relayer
4-
image: ghcr.io/zama-ai/console/fhevm-relayer:${RELAYER_VERSION}
4+
image: ghcr.io/zama-ai/console/relayer:${RELAYER_VERSION}
55
env_file:
66
- ../env/staging/.env.relayer.local
77
command:

test-suite/fhevm/env/staging/.env.relayer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ APP_NETWORKS__FHEVM__HTTP_URL="http://host-node:8545"
1919
APP_NETWORKS__FHEVM__CHAIN_ID=12345
2020
APP_NETWORKS__FHEVM__RETRY_DELAY=1000
2121
APP_NETWORKS__FHEVM__MAX_RECONNECTION_ATTEMPTS=3
22+
APP_NETWORKS__FHEVM__EXPECTED_SHARE_COUNT=1 # Not used but required in configuration
2223

2324
APP_NETWORKS__GATEWAY__WS_URL="ws://gateway-node:8546"
2425
APP_NETWORKS__GATEWAY__HTTP_URL="http://gateway-node:8546"
2526
APP_NETWORKS__GATEWAY__CHAIN_ID=54321
2627
APP_NETWORKS__GATEWAY__RETRY_DELAY=1000
2728
APP_NETWORKS__GATEWAY__MAX_RECONNECTION_ATTEMPTS=3
29+
APP_NETWORKS__GATEWAY__EXPECTED_SHARE_COUNT=1
2830

2931

3032
# Contract addresses

test-suite/fhevm/fhevm-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export SNS_WORKER_VERSION=${SNS_WORKER_VERSION:-"v0.8.0"}
3030
export ZKPROOF_WORKER_VERSION=${ZKPROOF_WORKER_VERSION:-"v0.8.0"}
3131
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"94424f7"}
3232
export CORE_VERSION=${CORE_VERSION:-"v0.11.1"}
33-
export RELAYER_VERSION=${RELAYER_VERSION:-"v0.3.1"}
33+
export RELAYER_VERSION=${RELAYER_VERSION:-"30c786c"}
3434

3535

3636
function print_logo() {

0 commit comments

Comments
 (0)