-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: update version and apis #6587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| "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" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
JeremyParish69 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "next_version_name": "" | ||
| } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.