resolve storage&cache&state root - #375
Merged
Merged
Conversation
nekomoto911
merged commit Jul 3, 2026
f89d9d4
into
Galxe:gravity-reth-merge-v2.3.0
3 of 4 checks passed
nekomoto911
added a commit
that referenced
this pull request
Jul 7, 2026
…tream #19209 对齐 get_highest_static_files() 里 HighestStaticFiles 初始化删 headers/transactions 两字段访问,只保留 receipts,与 upstream commit 3d3a053 (#19209, 2025-10-23) 已经把这两行删掉的 cleanup 对齐。gravity storage baseline f89d9d4 (#375) 回退到 pre-#19209 版本时与 static-file/types 精简版脱节, 造成 struct 已精简为单字段但 manager.rs 还访问已删字段的 E0560 错误。 架构自洽:gravity static-file 仅写 Receipts segment(pipe-exec-layer 直接 写 kv,Headers/Transactions 不走 static-file 路径);其他 8 处 HighestStaticFiles 调用点(static_file_producer.rs)已全部单字段形态。 P2 反向 revert 上游 ~300 行 cleanup 不合理。 修后 cargo check -p reth-provider --all-features 全绿(Finished); workspace check --all-features 从 90 → 78 err(-12 A + -2 B)。
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.
No description provided.