Skip to content

Commit

Permalink
Merge pull request #24 from zama-ai/chore/add-CORS
Browse files Browse the repository at this point in the history
Chore/add cors
  • Loading branch information
leventdem authored Aug 1, 2024
2 parents 21f83e3 + 4b20cc2 commit 8c91aa0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 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-rc2
KMS_DEV_VERSION ?= v0.8.1-rc3

FHEVM_SOLIDITY_REPO ?= fhevm
FHEVM_SOLIDITY_PATH ?= $(WORKDIR)/$(FHEVM_SOLIDITY_REPO)
Expand Down Expand Up @@ -158,6 +158,7 @@ clean:
rm -rf $(WORKDIR)/
rm -rf network-fhe-keys
rm -rf kms-fhe-keys
rm -rf res


print-info:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,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-rc2
zama-dev-connector-1 ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.1-rc2
zama-dev-gateway-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc3
zama-dev-connector-1 ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.1-rc3
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-rc2
zama-dev-kms-validator-1 ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc2
zama-dev-gateway-store-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc2
zama-dev-kms-core-1 ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc3
zama-dev-kms-validator-1 ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc3
zama-dev-gateway-store-1 ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc3
```

### Stop fhEVM-native + KMS
Expand Down
10 changes: 5 additions & 5 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-rc2
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc3
command:
- "kv_store"
ports:
- "8088:8088"

kms-validator:
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc2
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.8.1-rc3
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-rc2
image: ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.8.1-rc3
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-rc2
image: ghcr.io/zama-ai/kms-service-dev:v0.8.1-rc3
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-rc2
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.8.1-rc3
ports:
- "7077:7077"
command:
Expand Down

0 comments on commit 8c91aa0

Please sign in to comment.