Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions test-suite/fhevm/config/core-client/config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
s3_endpoint = "http://minio:9000/kms-public"
object_folder = ["PUB"]
core_addresses = ["kms-core:50051"]
num_majority = 1
num_reconstruct = 1

# Decryption mode used in user decryption reconstruction.
# Options are NoiseFloodSmall and BitDecSmall.
# Must match the deployed core/service setting!
# Only relevant for threshold.
decryption_mode = "NoiseFloodSmall"

# fhe_params = "Test" # Uncomment for testing purposes
fhe_params = "Default"
fhe_params = "Default"

kms_type = "centralized"

[[cores]]
party_id = 1
address = "kms-core:50051"
s3_endpoint = "http://minio:9000/kms-public"
object_folder = "PUB"
2 changes: 1 addition & 1 deletion test-suite/fhevm/fhevm-cli
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export TFHE_WORKER_VERSION=${TFHE_WORKER_VERSION:-"v0.8.0"}
export SNS_WORKER_VERSION=${SNS_WORKER_VERSION:-"v0.8.0"}
export ZKPROOF_WORKER_VERSION=${ZKPROOF_WORKER_VERSION:-"v0.8.0"}
export TEST_SUITE_VERSION=${TEST_SUITE_VERSION:-"94424f7"}
export CORE_VERSION=${CORE_VERSION:-"v0.11.1"}
export CORE_VERSION=${CORE_VERSION:-"v0.12.0"}
export RELAYER_VERSION=${RELAYER_VERSION:-"v0.3.1"}


Expand Down