Skip to content

Commit

Permalink
Merge branch 'master' into remove-debian-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Jan 23, 2025
2 parents 9f3e575 + 5177a33 commit e4c6c34
Show file tree
Hide file tree
Showing 209 changed files with 411 additions and 289 deletions.
133 changes: 67 additions & 66 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _examples/load-balanced-rpc-nodes/node_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
Expand Down
4 changes: 2 additions & 2 deletions _examples/snapshot_backup/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
Expand Down
8 changes: 4 additions & 4 deletions _examples/statesync/snapshot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=public-node-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
Expand All @@ -26,11 +26,11 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=public-node-2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
Expand Down
4 changes: 2 additions & 2 deletions _examples/statesync/statesync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- STATESYNC_RPC_SERVERS=<publicnode1:26657,publicnode2:26657>
expose:
Expand Down
12 changes: 6 additions & 6 deletions _examples/validator-and-private-sentries/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=false
- AKASH_P2P_UNCONDITIONAL_PEER_IDS=<node-1-id>,<node-2-id>...
Expand Down Expand Up @@ -38,11 +38,11 @@ services:
# data:
# mount: /root/.akash
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=true
- AKASH_P2P_PRIVATE_PEER_IDS=<validatorid>
Expand All @@ -68,11 +68,11 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=true
- AKASH_P2P_PRIVATE_PEER_IDS=<validatorid>
Expand Down
8 changes: 4 additions & 4 deletions _examples/validator-and-public-sentries/sentries-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node1:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=private_node_1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=true
- AKASH_P2P_PRIVATE_PEER_IDS=<validatorid>
Expand All @@ -32,11 +32,11 @@ services:
# data:
# mount: /root/.akash
node2:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=private_node_2
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=true
- AKASH_P2P_PRIVATE_PEER_IDS=<validatorid>
Expand Down
4 changes: 2 additions & 2 deletions _examples/validator-and-public-sentries/validator-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
validator:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=validator
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- FASTSYNC_VERSION=v0
- AKASH_P2P_PEX=false
- AKASH_P2P_UNCONDITIONAL_PEER_IDS=<node-1-id>,<node-2-id>...
Expand Down
4 changes: 2 additions & 2 deletions _examples/validator-and-tmkms/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json
- MINIMUM_GAS_PRICES=0.025uakt
- MINIMUM_GAS_PRICES=0.0025uakt
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
- AKASH_PRIV_VALIDATOR_LADDR=tcp://0.0.0.0:26658 # requires remote signer
Expand Down
2 changes: 1 addition & 1 deletion _templates/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:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=Cosmos Omnibus Node
expose:
Expand Down
2 changes: 1 addition & 1 deletion _templates/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
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:v1.1.3-akash-v0.36.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion akash/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
env:
- MONIKER=Cosmos Omnibus Node
- 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
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-akash-v0.36.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-akash-v0.36.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion archway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.archway`|
|ENV namespace|`ARCHWAYD`|
|Repository|`https://github.com/archway-network/archway`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-archway-v7.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-archway-v7.0.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion archway/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-archway-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-archway-v7.0.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion archway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-archway-v7.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-archway-v7.0.0
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:v1.1.3-assetmantle-v1.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-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 @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-assetmantle-v1.0.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion assetmantle/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-assetmantle-v1.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
2 changes: 1 addition & 1 deletion axelar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Directory|`.axelar`|
|ENV namespace|`AXELAR`|
|Repository|`https://github.com/axelarnetwork/axelar-core`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-axelar-v0.34.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-axelar-v0.34.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion axelar/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-axelar-v0.34.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-axelar-v0.34.0
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion axelar/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-axelar-v0.34.0
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-axelar-v0.34.0
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|`BANDD`|
|Repository|`https://github.com/bandprotocol/chain`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bandchain-v2.5.1`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-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 @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bandchain-v2.5.1
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion bandchain/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bandchain-v2.5.1
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-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:v1.1.3-bitcanna-v4.0.3`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitcanna-v4.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 @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bitcanna-v4.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitcanna-v4.0.3
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion bitcanna/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bitcanna-v4.0.3
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitcanna-v4.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|`BITSONGD`|
|Repository|`https://github.com/bitsongofficial/go-bitsong`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bitsong-v0.20.4`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitsong-v0.20.4`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion bitsong/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bitsong-v0.20.4
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitsong-v0.20.4
env:
- MONIKER=Cosmos Omnibus Node
- P2P_POLKACHU=1
Expand Down
2 changes: 1 addition & 1 deletion bitsong/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bitsong-v0.20.4
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bitsong-v0.20.4
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|`CYBER`|
|Repository|`https://github.com/cybercongress/go-cyber`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bostrom-v0.3.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v1.1.4-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 @@ -2,7 +2,7 @@
version: "2.0"
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bostrom-v0.3.2
env:
- MONIKER=Cosmos Omnibus Node
expose:
Expand Down
2 changes: 1 addition & 1 deletion bostrom/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.3-bostrom-v0.3.2
image: ghcr.io/akash-network/cosmos-omnibus:v1.1.4-bostrom-v0.3.2
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading

0 comments on commit e4c6c34

Please sign in to comment.