feat(health-check): probe EVM chains by chain id and a recent finalized transaction - #3962
Closed
haiyuechen-nearone wants to merge 1 commit into
Closed
Conversation
This was referenced Jul 24, 2026
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-starknet
branch
from
July 24, 2026 12:32
740fa83 to
40098ed
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-evm
branch
from
July 24, 2026 12:32
79ee813 to
3a83749
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-starknet
branch
from
July 24, 2026 14:23
40098ed to
a79a492
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-evm
branch
2 times, most recently
from
July 27, 2026 10:31
f9b5906 to
f3da245
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-starknet
branch
2 times, most recently
from
July 27, 2026 11:02
dc7ac79 to
26017c3
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-evm
branch
2 times, most recently
from
July 27, 2026 11:19
798424c to
2cbd463
Compare
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-starknet
branch
14 times, most recently
from
July 27, 2026 12:50
0d17ad2 to
c38ac5d
Compare
…ed transaction Extend the identity-based probe to the 6 EVM chains (base, bnb, arbitrum, polygon, hyper_evm, abstract): verify eth_chainId against the configured expected identity, then run the inspector over a transaction from a block 10 below the finalized head, walking back past empty blocks. The EVM golden vectors are deleted: expected chain ids come from configuration like the other identity chains (well-known values in the config-tester README).
haiyuechen-nearone
force-pushed
the
3764-foreign-chain-health-hybrid-evm
branch
from
July 27, 2026 13:33
2cbd463 to
7f48caf
Compare
Contributor
Author
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.
Part of #3764; rationale: #3969. Stacked on #3932, merge bottom-up:
eth_chainId+ a recent finalized txReplaces the six EVM chains' pinned golden txs with the identity probe: verify
eth_chainId, then inspect a real tx from a block 10 below the finalized head (walks back past empty blocks).Expected chain ids come from config (
foreign_chain_health_check.identities), no built-ins — well-known values are in the config-tester README.