-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into upgrade-cosmoshub…
…-v14.1.0
- Loading branch information
Showing
217 changed files
with
423 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.