From e698796095f32bc11b19781d55512ee66f87ffd0 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:34:47 +0100 Subject: [PATCH 1/2] chore: add elys versions --- elys/chain.json | 6 +-- elys/versions.json | 100 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 3 deletions(-) diff --git a/elys/chain.json b/elys/chain.json index 6b8601da91..8c97304d70 100644 --- a/elys/chain.json +++ b/elys/chain.json @@ -50,9 +50,9 @@ }, "codebase": { "git_repo": "https://github.com/elys-network/elys", - "recommended_version": "v1.0.0", + "recommended_version": "v1.4.0", "compatible_versions": [ - "v1.0.0" + "v1.4.0" ], "consensus": { "type": "cometbft", @@ -317,4 +317,4 @@ "account_page": "https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}" } ] -} +} \ No newline at end of file diff --git a/elys/versions.json b/elys/versions.json index 3cf70070dc..28706b643d 100644 --- a/elys/versions.json +++ b/elys/versions.json @@ -2,6 +2,106 @@ "$schema": "../versions.schema.json", "chain_name": "elys", "versions": [ + { + "name": "v1.4.0", + "recommended_version": "v1.4.0", + "compatible_versions": [ + "v1.4.0" + ], + "binaries": { + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.4.0/elysd-v1.4.0-linux-amd64.tar.gz" + }, + "consensus": { + "type": "cometbft", + "version": "0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "cosmwasm": { + "enabled": false + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v1.3.0", + "recommended_version": "v1.3.0", + "compatible_versions": [ + "v1.3.0" + ], + "binaries": { + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.3.0/elysd-v1.3.0-linux-amd64.tar.gz" + }, + "consensus": { + "type": "cometbft", + "version": "0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "cosmwasm": { + "enabled": false + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v1.2.0", + "recommended_version": "v1.2.0", + "compatible_versions": [ + "v1.2.0" + ], + "binaries": { + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.2.0/elysd-v1.2.0-linux-amd64.tar.gz" + }, + "consensus": { + "type": "cometbft", + "version": "0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "cosmwasm": { + "enabled": false + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, + { + "name": "v1.1.0", + "recommended_version": "v1.1.0", + "compatible_versions": [ + "v1.1.0" + ], + "binaries": { + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.1.0/elysd-v1.1.0-linux-amd64.tar.gz" + }, + "consensus": { + "type": "cometbft", + "version": "0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.9" + }, + "cosmwasm": { + "enabled": false + }, + "ibc": { + "type": "go", + "version": "v8.5.1" + } + }, { "name": "v1.0.0", "recommended_version": "v1.0.0", From e50f1ee24b5b2cde5a3c831362be9eb0d0e8ab16 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:48:40 +0100 Subject: [PATCH 2/2] fix: updated the versions order --- elys/versions.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/elys/versions.json b/elys/versions.json index 28706b643d..20096785e3 100644 --- a/elys/versions.json +++ b/elys/versions.json @@ -3,13 +3,13 @@ "chain_name": "elys", "versions": [ { - "name": "v1.4.0", - "recommended_version": "v1.4.0", + "name": "v1.0.0", + "recommended_version": "v1.0.0", "compatible_versions": [ - "v1.4.0" + "v1.0.0" ], "binaries": { - "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.4.0/elysd-v1.4.0-linux-amd64.tar.gz" + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.0.0/elysd-v1.0.0-linux-amd64.tar.gz" }, "consensus": { "type": "cometbft", @@ -28,13 +28,13 @@ } }, { - "name": "v1.3.0", - "recommended_version": "v1.3.0", + "name": "v1.1.0", + "recommended_version": "v1.1.0", "compatible_versions": [ - "v1.3.0" + "v1.1.0" ], "binaries": { - "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.3.0/elysd-v1.3.0-linux-amd64.tar.gz" + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.1.0/elysd-v1.1.0-linux-amd64.tar.gz" }, "consensus": { "type": "cometbft", @@ -78,13 +78,13 @@ } }, { - "name": "v1.1.0", - "recommended_version": "v1.1.0", + "name": "v1.3.0", + "recommended_version": "v1.3.0", "compatible_versions": [ - "v1.1.0" + "v1.3.0" ], "binaries": { - "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.1.0/elysd-v1.1.0-linux-amd64.tar.gz" + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.3.0/elysd-v1.3.0-linux-amd64.tar.gz" }, "consensus": { "type": "cometbft", @@ -103,13 +103,13 @@ } }, { - "name": "v1.0.0", - "recommended_version": "v1.0.0", + "name": "v1.4.0", + "recommended_version": "v1.4.0", "compatible_versions": [ - "v1.0.0" + "v1.4.0" ], "binaries": { - "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.0.0/elysd-v1.0.0-linux-amd64.tar.gz" + "linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.4.0/elysd-v1.4.0-linux-amd64.tar.gz" }, "consensus": { "type": "cometbft",