docs(evm): explain Gravity withdrawal invariant - #390
Merged
Richard1048576 merged 1 commit intoJul 17, 2026
Conversation
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.
close https://github.com/Galxe/gravity-audit/issues/839
Summary
This addresses the exploitability assumption raised in Galxe/gravity-audit#839 without changing execution semantics.
Documentation-only change; no runtime behavior changed.