fix: cover gravity hardfork integration test in CI - #374
Merged
Conversation
ByteYue
marked this pull request as ready for review
July 2, 2026 08:13
nekomoto911
approved these changes
Jul 2, 2026
…st-ci # Conflicts: # .github/workflows/integration.yml
…st-ci # Conflicts: # .github/workflows/integration.yml
nekomoto911
added a commit
to nekomoto911/gravity-reth
that referenced
this pull request
Jul 10, 2026
…onto v2.3.0 API base Merge Galxe/gravity-reth main (a379a86) into the v2.3.0 migration branch: 9 conflicted files / 18 hunks resolved, 3 auto-merged files needed revm-40 semantic fixes (ResultGas, AccountInfo::account_id, EvmOverrides signature), system_caller_migration.rs ported to the new Account/AccountInfo API. Upstream commits: Galxe#367 gas-exempt system txs + zero SYSTEM_CALLER at Alpha, Galxe#370 unconditional BLS pop-verify registration, Galxe#371 randomness equivalence tests, Galxe#374 hardfork test CI, Galxe#376 gravity-api-types bump, Galxe#377 debug_traceTransaction target-tx gas-exempt gap. Resolution ledger + shutdown-race investigation: docs/merge-v2.3.0/upstream-sync-2026-07-09.md Verified: cargo check --workspace --all-features = 0 err; fmt clean; gravity_pipe_test smoke 5/5 green (one flaky pre-existing shutdown race observed once, root-caused as reth-tasks Arc-owned-runtime teardown race, documented, not merge-introduced).
nekomoto911
added a commit
that referenced
this pull request
Jul 10, 2026
… API base Linear replay of the Galxe main sync (a379a86): 9 conflicted files / 18 hunks resolved, 3 auto-merged files needed revm-40 semantic fixes (ResultGas, AccountInfo::account_id, EvmOverrides signature), system_caller_migration.rs ported to the new Account/AccountInfo API. Upstream commits: #367 gas-exempt system txs + zero SYSTEM_CALLER at Alpha, #370 unconditional BLS pop-verify registration, #371 randomness equivalence tests, #374 hardfork test CI, #376 gravity-api-types bump, #377 debug_traceTransaction target-tx gas-exempt gap. Resolution ledger + shutdown-race investigation: docs/merge-v2.3.0/upstream-sync-2026-07-09.md Verified: cargo check --workspace --all-features = 0 err; fmt clean; gravity_pipe_test smoke 5/5 green.
nekomoto911
added a commit
that referenced
this pull request
Jul 20, 2026
Advances the merge-base so PR #396 no longer conflicts with main. Brings in the 4 commits that landed after the 2026-07-09 sync: #383 (randomness from canonical headers), #385 (EIP-7702 cross-account nonce halt + recoverable-error panic hardening), #382 (mint precompile gas guard), #390 (withdrawal-invariant docs). The 11 conflicts are all v2.3.0/revm40 API-form divergence against the already-adapted #367-#374 batch; resolved take-ours (revm40 accessor methods, PrecompileHalt, AccountInfo::account_id, no StateCacheDbRefMutWrapper). #382's gas guard re-adapted from revm36 PrecompileError to revm40 PrecompileHalt. Verified: cargo check --workspace --all-features = 0 err; fmt clean; pipe-exec and gravity-storage --tests clean.
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.
Summary
reth-ethereum-forksas a direct dev-dependency forreth-pipe-exec-layer-ext-v2sogravity_hardfork_testcan compile under the crate's integration test build.gravity_hardfork_testin the focused gravity pipe integration workflow.Fixes Galxe/gravity-audit#673.
Validation
cargo check -p reth-pipe-exec-layer-ext-v2 --testscargo check --locked -p reth-pipe-exec-layer-ext-v2 --testsBoth checks pass. Existing warnings remain in
reth-pipe-exec-layer-ext-v2tests/lib code.