Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into upgrade-cosmoshub…
Browse files Browse the repository at this point in the history
…-v14.1.0
  • Loading branch information
tombeynon committed Dec 8, 2023
2 parents de1fe28 + b32414d commit e35548c
Show file tree
Hide file tree
Showing 217 changed files with 423 additions and 299 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- project: agoric
version: agoric-upgrade-7-2
- project: akash
version: v0.28.2
version: v0.30.0
- project: archway
version: v4.0.2
- project: assetmantle
version: v1.0.0
- project: autonomy
Expand Down Expand Up @@ -81,19 +83,19 @@ jobs:
- project: juno
version: v17.1.1
- project: kava
version: v0.24.0
version: v0.25.0
- project: kichain
version: 5.0.1
- project: konstellation
version: v0.5.0
- project: kujira
version: v0.9.1
- project: kyve
version: v1.3.1
version: v1.4.0
- project: likecoin
version: v4.0.2
version: v4.1.1
- project: lumnetwork
version: v1.6.2
version: v1.6.3
- project: mars
version: v1.0.2
- project: migaloo
Expand Down Expand Up @@ -121,9 +123,9 @@ jobs:
- project: sentinel
version: v0.11.3
- project: shentu
version: v2.8.0
version: v2.9.0
- project: sifchain
version: v1.2.0-beta
version: v1.3.1-beta
- project: sommelier
version: v4.0.2
- project: stargaze
Expand All @@ -137,9 +139,9 @@ jobs:
# - project: terra
# version: v0.5.18
- project: umee
version: v6.1.0
version: v6.2.0
- project: ununifi
version: v3.2.2
version: v4.0.1
- project: vidulum
version: v1.2.0
steps:
Expand Down
131 changes: 66 additions & 65 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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-agoric-agoric-upgrade-7-2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.2-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.2-agoric-agoric-upgrade-7-2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-agoric-agoric-upgrade-7-2
ports:
- '26656:26656'
- '26657:26657'
Expand Down
4 changes: 2 additions & 2 deletions akash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v0.28.2`|
|Version|`v0.30.0`|
|Binary|`akash`|
|Directory|`.akash`|
|ENV namespace|`AKASH`|
|Repository|`https://github.com/akash-network/node`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.2-akash-v0.28.2`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0`|

## Examples

Expand Down
4 changes: 2 additions & 2 deletions akash/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
context: ../
args:
PROJECT: akash
VERSION: v0.28.2
VERSION: v0.30.0
REPOSITORY: https://github.com/akash-network/node
BUILD_IMAGE: binary_zip
BINARY_URL: https://github.com/akash-network/node/releases/download/v0.28.2/akash_linux_amd64.zip
BINARY_URL: https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_amd64.zip
ports:
- '26656:26656'
- '26657:26657'
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
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.2-akash-v0.28.2
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-akash-v0.30.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
23 changes: 23 additions & 0 deletions archway/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# archway

| | |
|---|---|
|Version|`v4.0.2`|
|Binary|`archwayd`|
|Directory|`.archway`|
|ENV namespace|`archway`|
|Repository|`https://github.com/archway-network/archway`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-archway-v4.0.2`|

## Examples

- Run on Akash with the [example deploy.yml](./deploy.yml)
- Run locally using the [example docker-compose.yml](./docker-compose.yml)

## Chain information

The [Cosmos Chain Registry](https://github.com/cosmos/chain-registry) publishes up to date chain info for archway chain.

|Variable|Value|
|---|---|
|`CHAIN_JSON`|`https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json`|
24 changes: 24 additions & 0 deletions archway/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: '3.4'

services:
node_1:
build:
context: ../
args:
PROJECT: archway
PROJECT_BIN: archwayd
PROJECT_DIR: .archway
VERSION: v4.0.2
REPOSITORY: https://github.com/archway-network/archway
NAMESPACE: archwayd
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json
env_file:
- ../.env
volumes:
- ./node-data:/root/.archway
57 changes: 57 additions & 0 deletions archway/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-archway-v4.0.2
env:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json
- MINIMUM_GAS_PRICES=0.025uarch
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
expose:
- port: 26657
as: 80
to:
- global: true
- port: 26656
to:
- global: true
# params:
# storage:
# data:
# mount: /root/.archway

profiles:
compute:
node:
resources:
cpu:
units: 4
memory:
size: 8Gi
storage:
size: 100Gi
# - size: 100Mi
# - name: data
# size: 400Gi
# attributes:
# persistent: true
placement:
dcloud:
attributes:
host: akash
signedBy:
anyOf:
- akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63
pricing:
node:
denom: uakt
amount: 1000

deployment:
node:
dcloud:
profile: node
count: 1
17 changes: 17 additions & 0 deletions archway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-archway-v4.0.2
ports:
- '26656:26656'
- '26657:26657'
- '1317:1317'
environment:
- MONIKER=node_1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json
- MINIMUM_GAS_PRICES=0.025aarch
- P2P_POLKACHU=1
- STATESYNC_POLKACHU=1
volumes:
- ./node-data:/root/.archway
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.2-assetmantle-v1.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.2-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-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.2-assetmantle-v1.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-assetmantle-v1.0.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down
Loading

0 comments on commit e35548c

Please sign in to comment.