feat: verify foundry binaries util - #701
Open
alxdca wants to merge 1 commit into
Open
Conversation
This was referenced Apr 22, 2026
alxdca
force-pushed
the
feat/verify-forge
branch
from
April 22, 2026 07:55
45d2974 to
474b1fd
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
2 times, most recently
from
May 4, 2026 13:44
2163903 to
6ef37fc
Compare
alxdca
force-pushed
the
feat/verify-forge
branch
3 times, most recently
from
May 5, 2026 13:30
b4f4da9 to
2518987
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/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
from
August 25, 2026 14:43
e1baff4 to
e179e9c
Compare
alxdca
force-pushed
the
feat/verify-forge
branch
from
August 25, 2026 14:43
a66ff47 to
8f31310
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
2 times, most recently
from
August 31, 2026 14:38
cde65a9 to
85f3305
Compare
alxdca
force-pushed
the
feat/verify-forge
branch
from
August 31, 2026 15:35
8f31310 to
49de867
Compare
alxdca
marked this pull request as ready for review
September 1, 2026 07:41
alxdca
force-pushed
the
feat/verify-forge
branch
8 times, most recently
from
September 1, 2026 09:39
9bb3c02 to
e48122a
Compare
alxdca
force-pushed
the
feat/get-chain-contract-verions
branch
from
September 1, 2026 09:42
85f3305 to
29f8865
Compare
alxdca
force-pushed
the
feat/verify-forge
branch
from
September 1, 2026 09:42
e48122a to
6e4871a
Compare
This was referenced Sep 1, 2026
alxdca
force-pushed
the
feat/verify-forge
branch
from
September 1, 2026 16:42
6e4871a to
c197e21
Compare
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.
Depends on #687. This PR is part of a stack created with Aviator.
mainSummary
verifyFoundryBinariesto check whether theforgeandcastexecutables are available.Why / Context
Some SDK workflows depend on Foundry tooling being installed locally. This utility provides a lightweight preflight check that lets callers distinguish between missing Foundry binaries and installations that are not using stable releases.