From bddbddd6e0b6cffecc013306856802a074a41f49 Mon Sep 17 00:00:00 2001 From: Charles JUDITH Date: Mon, 27 Nov 2023 14:46:35 +0100 Subject: [PATCH] dydx has been upgraded to v2.0.0 after block 1805000 (#690) This was a security upgrade. --- .github/workflows/publish.yml | 2 +- README.md | 2 +- dydx/README.md | 4 ++-- dydx/build.yml | 2 +- dydx/deploy.yml | 2 +- dydx/docker-compose.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15114a06b..b4b713f7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - project: dig version: v3.3.1 - project: dydx - version: v1.0.1 + version: v2.0.0 - project: emoney version: v1.2.0 - project: empowerchain diff --git a/README.md b/README.md index a44d7b4fd..06aaf9ad6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`. |[defund](https://github.com/defund-labs/defund)|`v0.1.0-alpha`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-defund-v0.1.0-alpha`|[Example](./defund)| |[desmos](https://github.com/desmos-labs/desmos)|`v6.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-desmos-v6.2.0`|[Example](./desmos)| |[dig](https://github.com/notional-labs/dig)|`v3.3.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dig-v3.3.1`|[Example](./dig)| -|[dydx](https://github.com/dydxprotocol/v4-chain)|`v1.0.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v1.0.1`|[Example](./dydx)| +|[dydx](https://github.com/dydxprotocol/v4-chain)|`v2.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v2.0.0`|[Example](./dydx)| |[emoney](https://github.com/e-money/em-ledger)|`v1.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-emoney-v1.2.0`|[Example](./emoney)| |[empowerchain](https://github.com/empowerchain/empowerchain)|`v1.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-empowerchain-v1.0.0`|[Example](./empowerchain)| |[evmos](https://github.com/evmos/evmos)|`v15.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-evmos-v15.0.0`|[Example](./evmos)| diff --git a/dydx/README.md b/dydx/README.md index ccaf2635f..17dcae2c9 100644 --- a/dydx/README.md +++ b/dydx/README.md @@ -2,12 +2,12 @@ | | | |---|---| -|Version|`v1.0.1`| +|Version|`v2.0.0`| |Binary|`dydxprotocold`| |Directory|`.dydxprotocol`| |ENV namespace|`DYDXPROTOCOLD`| |Repository|`https://github.com/dydxprotocol/v4-chain`| -|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v1.0.1`| +|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v2.0.0`| ## Examples diff --git a/dydx/build.yml b/dydx/build.yml index 1fcf3021e..499d78080 100644 --- a/dydx/build.yml +++ b/dydx/build.yml @@ -8,7 +8,7 @@ services: PROJECT: dydx PROJECT_BIN: dydxprotocold PROJECT_DIR: .dydxprotocol - VERSION: protocol/v1.0.1 + VERSION: protocol/v2.0.0 REPOSITORY: https://github.com/dydxprotocol/v4-chain NAMESPACE: DYDXPROTOCOLD BUILD_CMD: make install -C protocol diff --git a/dydx/deploy.yml b/dydx/deploy.yml index d3c12872c..b87832861 100644 --- a/dydx/deploy.yml +++ b/dydx/deploy.yml @@ -3,7 +3,7 @@ version: "2.0" services: node: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v1.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v2.0.0 env: - MONIKER=node_1 - CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/chain.json diff --git a/dydx/docker-compose.yml b/dydx/docker-compose.yml index 3a2986e9d..203b64ba0 100644 --- a/dydx/docker-compose.yml +++ b/dydx/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: node_1: - image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v1.0.1 + image: ghcr.io/akash-network/cosmos-omnibus:v0.4.1-dydx-v2.0.0 ports: - '26656:26656' - '26657:26657'