Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into likecoin/update/4…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
tombeynon committed Nov 27, 2023
2 parents df5b71c + 043b3bb commit 793f8b9
Show file tree
Hide file tree
Showing 209 changed files with 290 additions and 290 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
- project: cryptoorgchain
version: v4.2.6
- project: decentr
version: v1.6.2
version: v1.6.3
- project: defund
version: v0.1.0-alpha
- project: desmos
version: v4.8.0
version: v6.2.0
- project: dig
version: v3.3.1
- project: dydx
version: v1.0.1
version: v2.0.0
- project: emoney
version: v1.2.0
- project: empowerchain
Expand All @@ -69,7 +69,7 @@ jobs:
- project: gitopia
version: v2.1.1
- project: gravitybridge
version: v1.7.2
version: v1.11.1
- project: impacthub
version: v0.18.1
- project: injective
Expand Down Expand Up @@ -97,15 +97,15 @@ jobs:
- project: mars
version: v1.0.2
- project: migaloo
version: v3.0.1-hotfix
version: v3.0.2
- project: neutron
version: v1.0.4
- project: nois
version: v1.0.4
- project: omniflixhub
version: v0.12.0
version: v0.12.1
- project: osmosis
version: v20.2.1
version: v20.5.0
- project: panacea
version: v2.0.5
- project: passage
Expand Down
128 changes: 64 additions & 64 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _examples/load-balanced-rpc-nodes/node_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.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/snapshot_backup/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.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/statesync/snapshot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=public-node-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand All @@ -26,7 +26,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=public-node-2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/statesync/statesync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
6 changes: 3 additions & 3 deletions _examples/validator-and-private-sentries/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
# data:
# mount: /root/.akash
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
4 changes: 2 additions & 2 deletions _examples/validator-and-public-sentries/sentries-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion _examples/validator-and-tmkms/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.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion agoric/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.agoric`|
|ENV namespace|`AG0`|
|Repository|`https://github.com/Agoric/ag0/`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-agoric-agoric-upgrade-7-2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-agoric-agoric-upgrade-7-2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion agoric/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.1-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-agoric-agoric-upgrade-7-2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/chain.json
Expand Down
2 changes: 1 addition & 1 deletion agoric/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.1-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-agoric-agoric-upgrade-7-2
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion akash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.akash`|
|ENV namespace|`AKASH`|
|Repository|`https://github.com/akash-network/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-akash-v0.28.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion akash/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.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
Expand Down
2 changes: 1 addition & 1 deletion akash/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.1-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion assetmantle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.mantleNode`|
|ENV namespace|`MANTLENODE`|
|Repository|`https://github.com/AssetMantle/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-assetmantle-v1.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-assetmantle-v1.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion assetmantle/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.1-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-assetmantle-v1.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/chain.json
Expand Down
2 changes: 1 addition & 1 deletion assetmantle/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.1-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-assetmantle-v1.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion autonomy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.autonomy`|
|ENV namespace|`AUTONOMY`|
|Repository|`https://github.com/AutonomyNetwork/autonomy-chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-autonomy-v1.2.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-autonomy-v1.2.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion autonomy/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.1-autonomy-v1.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-autonomy-v1.2.1
env:
- MONIKER=my-moniker-1
- CHAIN_ID=autonomy
Expand Down
2 changes: 1 addition & 1 deletion autonomy/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.1-autonomy-v1.2.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-autonomy-v1.2.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bandchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.band`|
|ENV namespace|`BAND`|
|Repository|`https://github.com/bandprotocol/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-bandchain-v2.5.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bandchain-v2.5.1`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bandchain/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.1-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bandchain-v2.5.1
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bandchain/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.1-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bandchain-v2.5.1
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.bcna`|
|ENV namespace|`BCNAD`|
|Repository|`https://github.com/BitCannaGlobal/bcna`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-bitcanna-v2.0.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitcanna-v2.0.3`|

## Examples

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.4.1-bitcanna-v2.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitcanna-v2.0.3
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.4.1-bitcanna-v2.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitcanna-v2.0.3
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bitsong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.bitsongd`|
|ENV namespace|`BITSONG`|
|Repository|`https://github.com/bitsongofficial/go-bitsong`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-bitsong-v0.14.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitsong-v0.14.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitsong/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.1-bitsong-v0.14.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitsong-v0.14.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bitsong/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.1-bitsong-v0.14.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bitsong-v0.14.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion bostrom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.cyber`|
|ENV namespace|`BOSTROM`|
|Repository|`https://github.com/cybercongress/go-cyber`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-bostrom-v0.3.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bostrom-v0.3.2`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bostrom/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.1-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bostrom-v0.3.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/chain.json
Expand Down
2 changes: 1 addition & 1 deletion bostrom/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.1-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-bostrom-v0.3.2
ports:
- '1317:1317'
- '27146:27146'
Expand Down
2 changes: 1 addition & 1 deletion canto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.cantod`|
|ENV namespace|`CANTOD`|
|Repository|`https://github.com/Canto-Network/Canto`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-canto-v7.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-canto-v7.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion canto/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.1-canto-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-canto-v7.0.0
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/chain.json
Expand Down
2 changes: 1 addition & 1 deletion canto/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.1-canto-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.2-canto-v7.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading

0 comments on commit 793f8b9

Please sign in to comment.