Skip to content

Commit

Permalink
Upgrade comdex to v13.4.0 (#716)
Browse files Browse the repository at this point in the history
* 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

* Update Comdex to v13.4.0

---------

Co-authored-by: Tom Beynon <[email protected]>
  • Loading branch information
CharlesJUDITH and tombeynon authored Dec 29, 2023
1 parent 49427f3 commit b251a32
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- project: chihuahua
version: v6
- project: comdex
version: v11.5.1
version: v13.4.0
- project: cosmoshub
version: v14.1.0
- project: crescent
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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)|`v6`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-chihuahua-v6`|[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.4.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-comdex-v13.4.0`|[Example](./comdex)|
|[cosmoshub](https://github.com/cosmos/gaia)|`v14.1.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-cosmoshub-v14.1.0`|[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)|
Expand Down
4 changes: 2 additions & 2 deletions comdex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v11.5.1`|
|Version|`v13.4.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.4.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions comdex/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ services:
args:
PROJECT: comdex
PROJECT_BIN: comdex
VERSION: v11.5.1
VERSION: v13.4.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'
Expand Down
2 changes: 1 addition & 1 deletion comdex/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/chain.json
Expand Down
2 changes: 1 addition & 1 deletion comdex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit b251a32

Please sign in to comment.