Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Bitcanna to v2.0.2 #565

Merged
merged 8 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- project: bandchain
version: v2.5.1
- project: bitcanna
version: v1.7.0
version: v2.0.2
- project: bitsong
version: v0.14.0
- project: bostrom
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[assetmantle](https://github.com/AssetMantle/node)|`v0.3.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-assetmantle-v0.3.0`|[Example](./assetmantle)|
|[autonomy](https://github.com/AutonomyNetwork/autonomy-chain)|`v1.2.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-autonomy-v1.2.1`|[Example](./autonomy)|
|[bandchain](https://github.com/bandprotocol/chain)|`v2.5.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bandchain-v2.5.1`|[Example](./bandchain)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v1.7.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0`|[Example](./bitcanna)|
|[bitcanna](https://github.com/BitCannaGlobal/bcna)|`v2.0.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2`|[Example](./bitcanna)|
|[bitsong](https://github.com/bitsongofficial/go-bitsong)|`v0.14.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitsong-v0.14.0`|[Example](./bitsong)|
|[bostrom](https://github.com/cybercongress/go-cyber)|`v0.3.2`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bostrom-v0.3.2`|[Example](./bostrom)|
|[canto](https://github.com/Canto-Network/Canto)|`v5.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-canto-v5.0.0`|[Example](./canto)|
Expand Down
4 changes: 2 additions & 2 deletions bitcanna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v1.7.0`|
|Version|`v2.0.2`|
|Binary|`bcnad`|
|Directory|`.bcna`|
|ENV namespace|`BCNAD`|
|Repository|`https://github.com/BitCannaGlobal/bcna`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v1.7.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitcanna/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROJECT: bitcanna
PROJECT_BIN: bcnad
PROJECT_DIR: .bcna
VERSION: v1.7.0
VERSION: v2.0.2
REPOSITORY: https://github.com/BitCannaGlobal/bcna
NAMESPACE: BCNAD
ports:
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/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.38-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/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.38-bitcanna-v1.7.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.3.38-bitcanna-v2.0.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down