chore(deps): bump gravity-api-types for epoch-start recovery - #376
Merged
Lchangliang merged 1 commit intoJul 3, 2026
Merged
Conversation
nekomoto911
approved these changes
Jul 3, 2026
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
to nekomoto911/gravity-reth
that referenced
this pull request
Jul 10, 2026
…fix) Same rev (b1f68dc) as Galxe#376; adding the .git suffix makes cargo unify this source with gravity-sdk's gaptos dependency so both link ONE api-types instance instead of two byte-identical copies.
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 10, 2026
…fix) Same rev (b1f68dc) as #376; adding the .git suffix makes cargo unify this source with gravity-sdk's gaptos dependency so both link ONE api-types instance instead of two byte-identical copies.
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
gravity-api-typesto Galxe/gravity-aptos@b1f68dcBlockInfo::match_ordered_onlyrecovery guard from gravity-aptos#75Tests
cargo check -p reth-pipe-exec-layer-ext-v2