From c0b24d4ffb6ba712a7cdcc5d193b1ee94492b97f Mon Sep 17 00:00:00 2001 From: dblackstone1 Date: Tue, 9 Sep 2025 17:49:46 -0400 Subject: [PATCH 1/3] feat: update version and apis --- symphony/chain.json | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/symphony/chain.json b/symphony/chain.json index e2f765b605..fefd6ec157 100644 --- a/symphony/chain.json +++ b/symphony/chain.json @@ -32,8 +32,17 @@ }, "codebase": { "git_repo": "https://github.com/Orchestra-Labs/symphony", - "recommended_version": "v1.0.0", - "compatible_versions": ["v1.0.0"], + "recommended_version": "v1.0.7", + "compatible_versions": [ + "v1.0.0", + "v1.0.1", + "v1.0.2", + "v1.0.3", + "v1.0.4", + "v1.0.5", + "v1.0.6", + "v1.0.7" + ], "consensus": { "type": "cometbft", "version": "0.38.11" @@ -78,10 +87,6 @@ }, "apis": { "rpc": [ - { - "address": "https://symphony.rpc.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-rpc.cogwheel.zone/", "provider": "Cogwheel \u2699\ufe0f" @@ -91,15 +96,11 @@ "provider": "Vinjan.Inc" }, { - "address": "https://rpc-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "https://mainnet-symphony-rpc.konsortech.xyz", + "provider": "KonsorTech" } ], "rest": [ - { - "address": "https://symphony.api.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-api.cogwheel.zone/", "provider": "Cogwheel \u2699\ufe0f" @@ -109,15 +110,11 @@ "provider": "Vinjan.Inc" }, { - "address": "https://api-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "https://mainnet-symphony-api.konsortech.xyz", + "provider": "KonsorTech" } ], "grpc": [ - { - "address": "https://symphony.grpc.nodeshub.online/", - "provider": "Nodes Hub" - }, { "address": "https://symphony-grpc.cogwheel.zone:443", "provider": "Cogwheel \u2699\ufe0f" @@ -127,8 +124,8 @@ "provider": "Vinjan.Inc" }, { - "address": "https://grpc-symphony.sr20de.xyz", - "provider": "Sr20de" + "address": "mainnet-symphony.konsortech.xyz:21090", + "provider": "KonsorTech" } ] }, @@ -138,12 +135,6 @@ "url": "https://xplorer.vinjan.xyz/symphony", "tx_page": "https://xplorer.vinjan.xyz/symphony/tx/${txHash}", "account_page": "https://xplorer.vinjan.xyz/symphony/account/${accountAddress}" - }, - { - "kind": "Sr20de Explorer", - "url": "https://explorer.sr20de.xyz/symphony", - "tx_page": "https://explorer.sr20de.xyz/symphony/tx/${txHash}", - "account_page": "https://explorer.sr20de.xyz/symphony/account/${accountAddress}" } ], "logo_URIs": { From 80c235347b1d281625e7239ab72f4603bd1a9481 Mon Sep 17 00:00:00 2001 From: dblackstone1 Date: Wed, 10 Sep 2025 21:15:22 -0400 Subject: [PATCH 2/3] feat: update versions.json --- symphony/chain.json | 11 +---------- symphony/versions.json | 36 +++++++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/symphony/chain.json b/symphony/chain.json index fefd6ec157..37191d0e03 100644 --- a/symphony/chain.json +++ b/symphony/chain.json @@ -33,16 +33,7 @@ "codebase": { "git_repo": "https://github.com/Orchestra-Labs/symphony", "recommended_version": "v1.0.7", - "compatible_versions": [ - "v1.0.0", - "v1.0.1", - "v1.0.2", - "v1.0.3", - "v1.0.4", - "v1.0.5", - "v1.0.6", - "v1.0.7" - ], + "compatible_versions": ["v1.0.0", "v1.0.4", "v1.0.6", "v1.0.7"], "consensus": { "type": "cometbft", "version": "0.38.11" diff --git a/symphony/versions.json b/symphony/versions.json index eb50382b81..38ece24c19 100644 --- a/symphony/versions.json +++ b/symphony/versions.json @@ -7,9 +7,7 @@ "tag": "v1.0.0", "height": 1, "recommended_version": "v1.0.0", - "compatible_versions": [ - "v1.0.0" - ], + "compatible_versions": ["v1.0.0"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.0/symphonyd" }, @@ -33,9 +31,7 @@ "tag": "v1.0.4", "height": 3333145, "recommended_version": "v1.0.4", - "compatible_versions": [ - "v1.0.4" - ], + "compatible_versions": ["v1.0.4"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.4/symphonyd" }, @@ -59,9 +55,7 @@ "tag": "v1.0.6", "height": 3333145, "recommended_version": "v1.0.6", - "compatible_versions": [ - "v1.0.6" - ], + "compatible_versions": ["v1.0.6"], "binaries": { "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.6/symphonyd" }, @@ -79,6 +73,30 @@ }, "previous_version_name": "v28", "next_version_name": "" + }, + { + "name": "v1.0.7", + "tag": "v1.0.7", + "height": 3333145, + "recommended_version": "v1.0.7", + "compatible_versions": ["v1.0.7"], + "binaries": { + "linux/amd64": "https://github.com/Orchestra-Labs/symphony/releases/download/v1.0.7/symphonyd" + }, + "consensus": { + "type": "cometbft", + "version": "v0.38.12" + }, + "sdk": { + "type": "cosmos", + "version": "0.50.9" + }, + "cosmwasm": { + "version": "0.53.0", + "enabled": true + }, + "previous_version_name": "v29", + "next_version_name": "" } ] } From 69c53c574e6cf6de2f5a4af5731052e7c466ef32 Mon Sep 17 00:00:00 2001 From: dblackstone1 Date: Fri, 12 Sep 2025 21:00:32 -0400 Subject: [PATCH 3/3] feat: remove other compatible versions. cut to just 1.0.7 --- symphony/chain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symphony/chain.json b/symphony/chain.json index 37191d0e03..1c8b4a128e 100644 --- a/symphony/chain.json +++ b/symphony/chain.json @@ -33,7 +33,7 @@ "codebase": { "git_repo": "https://github.com/Orchestra-Labs/symphony", "recommended_version": "v1.0.7", - "compatible_versions": ["v1.0.0", "v1.0.4", "v1.0.6", "v1.0.7"], + "compatible_versions": ["v1.0.7"], "consensus": { "type": "cometbft", "version": "0.38.11"