From d0d4e5d936bd2c746e2745f7f77da190b629117c Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Thu, 21 Dec 2023 19:36:56 +0100 Subject: [PATCH] Upgrade comdex to v13.3.0 Comdex will be upgraded to v13.3.0 at block 10981900. https://dev.mintscan.io/comdex/blocks/10981900 Estimated Target Date: Fri Dec 22 2023 15:29:23 GMT+0100 (GMT+01:00) Proposal: https://www.mintscan.io/comdex/proposals/216 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- comdex/README.md | 4 ++-- comdex/build.yml | 4 ++-- comdex/deploy.yml | 2 +- comdex/docker-compose.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4adb541e6..eb970e634 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - project: chihuahua version: v5.0.4 - project: comdex - version: v11.5.1 + version: v13.3.0 - project: cosmoshub version: v13.0.2 - project: crescent diff --git a/README.md b/README.md index a52ccc1d7..abda756e6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[canto](https://github.com/Canto-Network/Canto)|`v7.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-canto-v7.0.0`|[Example](./canto)| |[cheqd](https://github.com/cheqd/cheqd-node)|`0.6.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cheqd-0.6.9`|[Example](./cheqd)| |[chihuahua](https://github.com/ChihuahuaChain/chihuahua)|`v5.0.4`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-chihuahua-v5.0.4`|[Example](./chihuahua)| -|[comdex](https://github.com/comdex-official/comdex)|`v11.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v11.5.1`|[Example](./comdex)| +|[comdex](https://github.com/comdex-official/comdex)|`v13.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v13.3.0`|[Example](./comdex)| |[cosmoshub](https://github.com/cosmos/gaia)|`v13.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cosmoshub-v13.0.2`|[Example](./cosmoshub)| |[crescent](https://github.com/crescent-network/crescent)|`v4.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-crescent-v4.2.0`|[Example](./crescent)| |[cronos](https://github.com/crypto-org-chain/cronos)|`v1.0.9`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cronos-v1.0.9`|[Example](./cronos)| diff --git a/comdex/README.md b/comdex/README.md index 2e40294a4..f1436adf8 100644 --- a/comdex/README.md +++ b/comdex/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v11.5.1`| +|Version|`v13.3.0`| |Binary|`comdex`| |Directory|`.comdex`| |ENV namespace|`COMDEX`| |Repository|`https://github.com/comdex-official/comdex`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v11.5.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v13.3.0`| ## Examples diff --git a/comdex/build.yml b/comdex/build.yml index a05d9fdd1..78f60cad9 100644 --- a/comdex/build.yml +++ b/comdex/build.yml @@ -7,10 +7,10 @@ services: args: PROJECT: comdex PROJECT_BIN: comdex - VERSION: v11.5.1 + VERSION: v13.3.0 REPOSITORY: https://github.com/comdex-official/comdex NAMESPACE: COMDEX - GOLANG_VERSION: 1.19-buster + GOLANG_VERSION: 1.20-buster ports: - '26656:26656' - '26657:26657' diff --git a/comdex/deploy.yml b/comdex/deploy.yml index 0121f191b..8b1fa7e0a 100644 --- a/comdex/deploy.yml +++ b/comdex/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v11.5.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v13.3.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/chain.json diff --git a/comdex/docker-compose.yml b/comdex/docker-compose.yml index 5f2d801f1..905e558df 100644 --- a/comdex/docker-compose.yml +++ b/comdex/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v11.5.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v13.3.0 ports: - '26656:26656' - '26657:26657'