Network version drift: update public/api/networks.json - #185
Open
nickemmons wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for alloradocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scheduled network drift check found that at least one Allora network is
reporting a different build or serving a different emissions namespace than
public/api/networks.jsonrecords.Build
abci_versionabci_infohttps://allora-rpc.testnet.allora.network/abci_infoHEAD-b6104eda6b2b009ea0714d2f724d53f4f0365fc0HEAD-9d13dd266262124f648e31da127df2638b91aa8bhttps://allora-rpc.mainnet.allora.network/abci_infoHEAD-b6104eda6b2b009ea0714d2f724d53f4f0365fc0HEAD-9d13dd266262124f648e31da127df2638b91aa8bThe
deployed_versionrelease tag is not changed automatically:abci_inforeports a build identifier rather than a release tag. Check the
allora-chain releases
and, if a new release is live, update
deployed_versionin this PR beforemerging.
If you do change
deployed_version, change the matchingchain_<network>keyin
public/api/versions.jsonin the same commit —yarn checkversionsfailswhile the two files disagree.
Summary by cubic
Updates
public/api/networks.jsonto record the build identifiers currently reported by both Allora networks, so the network metadata no longer drifts from live RPC responses.This sync only updates
abci_version;deployed_versionis not changed automatically. If a new release is live, updatedeployed_versionhere and the matchingchain_<network>key inpublic/api/versions.jsonin the same commit, oryarn checkversionsfails.Written for commit b5ea387. Summary will update on new commits.