feat: get chain contract versions - #687
Open
alxdca wants to merge 2 commits into
Open
Conversation
3 tasks
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
April 8, 2026 09:45
04b4152 to
61186f2
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
April 16, 2026 11:12
ec19ea7 to
0653361
Compare
alxdca
marked this pull request as draft
April 21, 2026 13:16
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
May 4, 2026 13:20
a0d29ee to
2163903
Compare
alxdca
force-pushed
the
feat/docker-command-runner
branch
from
May 4, 2026 13:27
0c9dbc3 to
a28cf9a
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
2 times, most recently
from
May 5, 2026 13:01
45f6a5c to
c238223
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
May 5, 2026 15:29
c238223 to
5980936
Compare
alxdca
force-pushed
the
feat/docker-command-runner
branch
from
May 5, 2026 15:38
3caf275 to
f052dc7
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
May 6, 2026 13:43
5980936 to
e1baff4
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
2 times, most recently
from
August 31, 2026 14:35
2b7414a to
cde65a9
Compare
alxdca
marked this pull request as ready for review
August 31, 2026 14:37
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
August 31, 2026 14:38
cde65a9 to
85f3305
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
September 1, 2026 09:42
85f3305 to
29f8865
Compare
This was referenced Sep 1, 2026
spsjvc
reviewed
Sep 1, 2026
| return parsed as GetChainContractVersionsResult; | ||
| } | ||
|
|
||
| export async function getChainContractVersions( |
Member
There was a problem hiding this comment.
We could be a bit more precise with the name:
Suggested change
| export async function getChainContractVersions( | |
| export async function getNitroContractsVersions( |
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.
This PR is part of a stack created with Aviator.
mainSummary
getChainContractVersionsto discover deployed Nitro contract versions for an Orbit chain.@arbitrum/chain-actionsversioner and return version details with any upgrade recommendation.Why / Context
Orbit chain operators need a straightforward way to inspect their deployed contract versions and determine whether an upgrade is recommended. This exposes the native chain versioner through the chain SDK and documents an end-to-end usage path.