Skip to content

Commit

Permalink
doc: updates related to tag v0.1.3 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem authored Jun 23, 2023
1 parent 42c6e66 commit 0d3f2b7
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v0.1.3]

Evmos-node docker image: ghcr.io/zama-ai/evmos-node:v0.1.3

**Major update**: move tfhe-rs to tag __0.3.0-beta.0__

For build:

| Name | Type | version |
| :---------: | :--------: | :--------------------------------------: |
| go-ethereum | repository | v0.1.3 |
| ethermint | repository | v1.0.0-test |
| tfhe-rs | repository | 0.3.0-beta.0 |


For e2e test:

| Name | Type | version |
| :-----------: | :--------: | :-----: |
| zbc-solidity | repository | v0.1.1 |
| zbc-fhe-tool | repository | v0.1.1 |
| zbc-oracle-db | repository | main |

## [v0.1.2]

Evmos-node docker image: ghcr.io/zama-ai/evmos-node:v0.1.2
Expand All @@ -44,7 +67,7 @@ For build:
| Name | Type | version |
| :---------: | :--------: | :--------------------------------------: |
| go-ethereum | repository | v0.1.3 |
| ethermint | repository | v0.1.0 |
| ethermint | repository | v1.0.0-test |
| tfhe-rs | repository | 1d817c45d5234bcf33638406191b656998b30c2a |


Expand All @@ -66,7 +89,7 @@ For build:
| Name | Type | version |
| :---------: | :--------: | :--------------------------------------: |
| go-ethereum | repository | v0.1.0 |
| ethermint | repository | v0.1.0 |
| ethermint | repository | v1.0.0-test |
| tfhe-rs | repository | 1d817c45d5234bcf33638406191b656998b30c2a |


Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,17 @@ BUILD_TARGETS := build install
print-info:
@echo 'GO_ETHEREUM_TAG: $(GO_ETHEREUM_VERSION) ---extracted from go.mod'
@echo 'ETHERMINT_TAG: $(ETHERMINT_VERSION) ---extracted from go.mod'
@echo 'TFHE_RS_VERSION: $(TFHE_RS_VERSION) ---extracted from Makefile'
@echo 'ZBC_FHE_TOOL_VERSION: $(ZBC_FHE_TOOL_VERSION) ---extracted from Makefile'
@echo 'ZBC_ORACLE_DB_VERSION: $(ZBC_ORACLE_DB_VERSION) ---extracted from Makefile'
@echo 'ZBC_SOLIDITY_VERSION: $(ZBC_SOLIDITY_VERSION) ---extracted from Makefile'
@bash scripts/get_repository_info.sh evmos ${CURDIR}
@bash scripts/get_repository_info.sh tfhe-rs $(TFHE_RS_PATH)
@bash scripts/get_repository_info.sh zbc-fhe-tool $(ZBC_FHE_TOOL_PATH)
@bash scripts/get_repository_info.sh zbc-solidity $(ZBC_SOLIDITY_PATH)



build_c_api_tfhe:
$(info build tfhe-rs C API)
mkdir -p $(WORKDIR)/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
validator:
image: ghcr.io/zama-ai/evmos-node:v0.1.2
image: ghcr.io/zama-ai/evmos-node:v0.1.3
container_name: evmosnode0
ports:
- "26656-26657:26656-26657"
Expand Down

0 comments on commit 0d3f2b7

Please sign in to comment.