Network version drift: update public/api/networks.json - #182
Closed
nickemmons wants to merge 1 commit into
Closed
Conversation
✅ Deploy Preview for alloradocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Closing automatically: every network now reports the version already recorded on |
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 over RPC than
public/api/networks.jsonrecords.abci_versionabci_infohttps://allora-rpc.testnet.allora.network/abci_infoHEAD-ac7ae1565bda7266fd741515e09faccf85bc8af1HEAD-b6104eda6b2b009ea0714d2f724d53f4f0365fc0This PR updates
abci_versionfor the networks above.The
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_version(and theemissions_namespaceif the upgrade bumped the emissions module) in this PRbefore merging.
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
Aligns testnet
abci_versioninpublic/api/networks.jsonwith the RPC-reported build to resolve network version drift. Previously this value was out of sync; now it matches the node’sabci_info. No runtime behavior changes.deployed_versionandemissions_namespaceare unchanged.deployed_versionfor testnet and the matchingchain_testnetkey inpublic/api/versions.jsonin the same commit to keep version checks passing.Written for commit c8c4633. Summary will update on new commits.