Skip to content
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

update assetlist.json, chain.json and versions.json for mantrachain testnet and mainnet #5891

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

allthatjazzleo
Copy link

No description provided.

@@ -33,17 +33,20 @@
},
"codebase": {
"git_repo": "https://github.com/MANTRA-Chain/mantrachain",
"recommended_version": "1.0.0-rc3",
"recommended_version": "v1.0.3",
Copy link
Collaborator

Choose a reason for hiding this comment

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

in the versions file, the version name is "1.0.3" without the "v", but here it includes the "v", which is a mismatch and property value agreement cannot be verified.

"compatible_versions": [
"1.0.0-rc3"
"1.0.3"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is "1.0.0-rc3" compatible with "1.0.3"? It is best to build a history of versions rather than re-write the current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants