Skip to content

Commit

Permalink
Upgrade Shentu to v2.7.2 (#623)
Browse files Browse the repository at this point in the history
Shentu will be upgraded at https://www.mintscan.io/shentu/blocks/14875800
Estimated Time:  Sep 6th 2023, 15:07:16

Proposal: https://www.mintscan.io/shentu/proposals/21
  • Loading branch information
CharlesJUDITH authored Sep 11, 2023
1 parent 9c2530f commit 6240df8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- project: sentinel
version: v0.10.1
- project: shentu
version: v2.5.0
version: v2.7.2
- project: sifchain
version: v1.1.0-beta
- project: sommelier
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-rizon-v0.4.1`|[Example](./rizon)|
|[seinetwork](https://github.com/sei-protocol/sei-chain)|`1.2.2beta-postfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
|[sentinel](https://github.com/sentinel-official/hub)|`v0.10.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-sentinel-v0.10.1`|[Example](./sentinel)|
|[shentu](https://github.com/certikfoundation/shentu)|`v2.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.5.0`|[Example](./shentu)|
|[shentu](https://github.com/certikfoundation/shentu)|`v2.7.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.7.2`|[Example](./shentu)|
|[sifchain](https://github.com/Sifchain/sifnode)|`v1.1.0-beta`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-sifchain-v1.1.0-beta`|[Example](./sifchain)|
|[sommelier](https://github.com/PeggyJV/sommelier)|`v4.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-sommelier-v4.0.2`|[Example](./sommelier)|
|[stargaze](https://github.com/public-awesome/stargaze)|`v12.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-stargaze-v12.0.0`|[Example](./stargaze)|
Expand Down
12 changes: 6 additions & 6 deletions shentu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v2.5.0`|
|Binary|`certik`|
|Directory|`.certik`|
|ENV namespace|`CERTIK`|
|Repository|`https://github.com/certikfoundation/shentu`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.5.0`|
|Version|`v2.7.2`|
|Binary|`shentud`|
|Directory|`.shentud`|
|ENV namespace|`SHENTUD`|
|Repository|`https://github.com/shentufoundation/shentu`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.7.2`|

## Examples

Expand Down
10 changes: 5 additions & 5 deletions shentu/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
context: ../
args:
PROJECT: shentu
PROJECT_BIN: certik
PROJECT_DIR: .certik
VERSION: v2.5.0
REPOSITORY: https://github.com/certikfoundation/shentu
PROJECT_BIN: shentud
PROJECT_DIR: .shentud
VERSION: v2.7.2
REPOSITORY: https://github.com/shentufoundation/shentu/
NAMESPACE: CERTIK
ports:
- '26656:26656'
Expand All @@ -23,4 +23,4 @@ services:
env_file:
- ../.env
volumes:
- ./node-data:/root/.certik
- ./node-data:/root/.shentud
4 changes: 2 additions & 2 deletions shentu/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.3.46-shentu-v2.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.7.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/chain.json
Expand All @@ -20,7 +20,7 @@ services:
# params:
# storage:
# data:
# mount: /root/.certik
# mount: /root/.shentud

profiles:
compute:
Expand Down
4 changes: 2 additions & 2 deletions shentu/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.3.46-shentu-v2.5.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.46-shentu-v2.7.2
ports:
- '26656:26656'
- '26657:26657'
Expand All @@ -13,4 +13,4 @@ services:
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
volumes:
- ./node-data:/root/.certik
- ./node-data:/root/.shentud

0 comments on commit 6240df8

Please sign in to comment.