chore(grevm): update grevm dependency - #6
Merged
Merged
Conversation
nekomoto911
added a commit
that referenced
this pull request
Jul 7, 2026
…writer 模块挪位置 + MINIMUM_DISTANCE 改名
reth-provider workspace check --all-features 剩 14 err,3 类机械:
A1(10 处):`.map_err(|e| ProviderError::Database(e.into()))` →
`.map_err(ProviderError::from)`。upstream 用
`StateRootError::PrefixSetLoadError(ProviderError)` 变体替代旧
`From<StateRootError> for DatabaseError` impl,选改 caller 避免
ProviderError → DatabaseError 反向转换的语义死角。落地位置:
providers/state/{historical.rs × 4, latest.rs × 4}、test_utils/mod.rs × 2。
A2(1 处):`use reth_storage_errors::writer::UnifiedStorageWriterError`
→ `use reth_storage_errors::provider::StaticFileWriterError`,upstream
删了 writer 模块并合并进 provider 模块。writer/mod.rs:13。
A3(1 处):`use reth_prune_types::MINIMUM_PRUNING_DISTANCE`
→ `MINIMUM_DISTANCE`(upstream rename),含 database/provider.rs:54
import 与其使用点同步更名。
修后 cargo check -p reth-provider --all-features 剩 2 err(HighestStaticFiles
拍板项,后续 commit 收)。
nekomoto911
added a commit
that referenced
this pull request
Jul 7, 2026
…ghestStaticFiles P1 落地 Task #6 A 类(StateRootError caller / writer 模块挪位置 / MINIMUM_DISTANCE 改名 12 err)+ B 类(HighestStaticFiles P1 精简 2 err)入账;reth-provider crate --all-features 全绿。workspace check 从 90 → 78 err 剩 3 crate: reth-evm-ethereum(7)、gravity-precompiles(5)、reth-exex-types(88 同构) 均属下下轮尾款,与本轮 provider 面无连坐。
nekomoto911
added a commit
that referenced
this pull request
Jul 8, 2026
… 新曝光 4 crate 登记 Task #7 A 落地(exex-types 88 → 0);B gravity-precompiles 5 err(revm-precompile 36.0.3 语义拆分)+ C reth-evm-ethereum 7 err(alloy-evm 0.36 系统性重构 BlockExecutor / SystemCaller / BlockExecutorFactory)挂起待人拍板。exex-types 阻塞消解后新曝光 4 crate 8 err 登记:reth-static-file 1(rename)、 reth-execution-cache 3(witness 4 参 + ExecutionWitnessMode)、reth-prune 2 (MINIMUM_PRUNING_DISTANCE Task #6 遗漏 caller,纯机械)、reth-downloaders 2 (VecDeque::pop_front_if unstable + writer.append_header 少参)。workspace check --all-features 从 76 → 26 err / 6 crate。
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.