Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update with hotfix for missing decryption events #37

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check_os:

# This version must the same as in docker-compose-full.yml
# TODO add check
KMS_DEV_VERSION ?= v0.8.1-rc4
KMS_DEV_VERSION ?= v0.8.2-rc4

FHEVM_SOLIDITY_REPO ?= fhevm
FHEVM_SOLIDITY_PATH ?= $(WORKDIR)/$(FHEVM_SOLIDITY_REPO)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ docker logs zama-dev-gateway-1 -f
You should see the following docker images:

```
zama-dev-gateway-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc4
zama-dev-connector-1 ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.1-rc4
zama-dev-fhevm-validator-1 ghcr.io/zama-ai/ethermint-node:v0.5.1
zama-dev-kms-core-1 ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc4
zama-dev-kms-validator-1 ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc4
zama-dev-gateway-store-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc4
zama-dev-gateway-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.2-rc4
zama-dev-connector-1 ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.2-rc4
zama-dev-fhevm-validator-1 ghcr.io/zama-ai/ethermint-node:v0.5.1-2
zama-dev-kms-core-1 ghcr.io/zama-ai/kms-service-dev:v0.8.2-rc4
zama-dev-kms-validator-1 ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.2-rc4
zama-dev-gateway-store-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.2-rc4
```

### Stop fhEVM-native + KMS
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: zama-dev
services:

gateway-store:
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc4
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.2-rc4
command:
- "kv_store"
ports:
- "8088:8088"

kms-validator:
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc4
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.2-rc4
ports:
- "36656:26656"
- "36657:26657"
Expand All @@ -25,7 +25,7 @@ services:
start_period: 10s

connector:
image: ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.1-rc4
image: ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.2-rc4
command:
- "kms-blockchain-connector"
environment:
Expand All @@ -43,7 +43,7 @@ services:
condition: service_healthy

kms-core:
image: ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc4
image: ghcr.io/zama-ai/kms-service-dev:v0.8.2-rc4
volumes:
- $PWD/res/keys:/app/kms/core/service/keys:Z
ports:
Expand All @@ -56,7 +56,7 @@ services:
start_period: 10s

gateway:
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc4
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.2-rc4
ports:
- "7077:7077"
command:
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
fhevm-validator:
environment:
- TFHE_EXECUTOR_CONTRACT_ADDRESS=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c
image: ghcr.io/zama-ai/ethermint-dev-node:v0.5.1
image: ghcr.io/zama-ai/ethermint-dev-node:v0.5.1-2
ports:
- "26656-26657:26656-26657"
- "8545-8546:8545-8546"
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy_fhe_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - the LOCAL_BUILD_PUBLIC_KEY_PATH as the second optional parameter.
# - the LOCAL_BUILD_PRIVATE_KEY_PATH as the third optional parameter.

# mkdir -p temp; docker run --rm -v $PWD/temp:/keys ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc4 ./bin/kms-gen-keys centralized --write-privkey --pub-url file://./keys --priv-url file://./keys --overwrite
# mkdir -p temp; docker run --rm -v $PWD/temp:/keys ghcr.io/zama-ai/kms-service-dev:v0.8.2-rc4 ./bin/kms-gen-keys centralized --write-privkey --pub-url file://./keys --priv-url file://./keys --overwrite

set -Eeuo pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_volumes_from_kms_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - the LOCAL_BUILD_PUBLIC_KEY_PATH as the second optional parameter.
# - the LOCAL_BUILD_PRIVATE_KEY_PATH as the third optional parameter.

# mkdir -p res/keys; docker run -e RUST_BACKTRACE=1 -v "$PWD/res/keys:/app/kms/core/service/keys" "ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc4" "./bin/kms-gen-keys" centralized --write-privkey --pub-url file://./keys --priv-url file://./keys --overwrite
# mkdir -p res/keys; docker run -e RUST_BACKTRACE=1 -v "$PWD/res/keys:/app/kms/core/service/keys" "ghcr.io/zama-ai/kms-service-dev:v0.8.2-rc4" "./bin/kms-gen-keys" centralized --write-privkey --pub-url file://./keys --priv-url file://./keys --overwrite

set -Eeuo pipefail

Expand Down