Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 8 additions & 28 deletions symphony/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
},
"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.7"],
"consensus": {
"type": "cometbft",
"version": "0.38.11"
Expand Down Expand Up @@ -82,10 +80,6 @@
},
"apis": {
"rpc": [
{
"address": "https://symphony.rpc.nodeshub.online/",
"provider": "Nodes Hub"
},
{
"address": "https://symphony-rpc.cogwheel.zone/",
"provider": "Cogwheel ⚙️"
Expand All @@ -95,15 +89,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 ⚙️"
Expand All @@ -113,15 +103,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 ⚙️"
Expand All @@ -131,8 +117,8 @@
"provider": "Vinjan.Inc"
},
{
"address": "https://grpc-symphony.sr20de.xyz",
"provider": "Sr20de"
"address": "mainnet-symphony.konsortech.xyz:21090",
"provider": "KonsorTech"
}
]
},
Expand All @@ -142,12 +128,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": {
Expand Down
36 changes: 27 additions & 9 deletions symphony/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -79,6 +73,30 @@
},
"previous_version_name": "v28",
"next_version_name": ""
},
{
"name": "v1.0.7",
"tag": "v1.0.7",
"height": 3333145,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This don't look to be the right block height. It's already used for previous versions.
(we'll be adding validation that the same block height isn't used on multiple version objects)

"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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Path: consensus.version, Reason: Value mismatch, In "codebase": 0.38.11, In currentVersion: v0.38.12

},
"sdk": {
"type": "cosmos",
"version": "0.50.9"
},
"cosmwasm": {
"version": "0.53.0",
"enabled": true
},
"previous_version_name": "v29",
"next_version_name": ""
}
]
}
Loading