scroll-tech
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: update fork diff base commit to v1.11.1 Update the base hash in fork.yaml to bef3d7b4d1 which is the upstream paradigmxyz/reth commit corresponding to the v1.11.1 release (the parent of the merge commit 515163491c). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
13 days ago
fix: add default std feature to reth-scroll-evm and enable std in scroll-node Add `default = ["std"]` to `reth-scroll-evm` so that downstream crates using `reth-scroll-evm.workspace = true` get std (and thus `ConfigureEngineEvm`) by default, while `openvm-compat` (which uses `default-features = false`) correctly opts out. Explicitly enable `reth-scroll-evm/std` in `scroll-node` since the workspace declaration uses `default-features = false`. This completes the fix for the `duplicate lang item 'panic_impl'` error in the openvm build while keeping the `ConfigureEngineEvm` impl available for the main binary. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
13 days ago
fix: gate ConfigureEngineEvm behind std feature and fix unused variable - Remove unconditional `std` feature from `reth-evm` dep in `reth-scroll-evm`, propagating it only through the `std` feature flag. This prevents `serde/std` from being activated in no_std builds such as the openvm zkVM target, which was causing a duplicate `panic_impl` lang item conflict between the openvm crate's own panic handler and the one provided by the Rust standard library. - Gate `ConfigureEngineEvm` impl and its engine-specific imports behind `#[cfg(feature = "std")]` since `ConfigureEngineEvm` and `ExecutableTxIterator` are only available from `reth-evm` when its `std` feature is enabled. - Fix `unused variable: bytes` in `compression.rs` stub (no_std path) by prefixing with `_` to suppress the warning that was treated as an error under `-D warnings` in MSRV and docs CI jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
13 days ago
fix ci
feat/v1.11.1
13 days ago
chore: apply nightly fmt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
14 days ago
chore: update openvm-compat Cargo.lock Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
14 days ago
fix: enable getrandom/custom feature for openvm-compat zkVM build The scroll-revm feat/v103 upgrade and openvm v1.4.2 both transitively pull in rand 0.8.x, which activates getrandom 0.2 without the 'custom' feature — causing a compile error on the riscv32im-risc0-zkvm-elf target. Adding getrandom as a direct dep with features = ["custom"] forces feature unification to apply 'custom' across the whole compilation so getrandom 0.2 can compile for the zkVM target. The custom handler is never registered since main() is a no-op and getrandom is never called. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
14 days ago
fix: resolve clippy collapsible_match and engine_shutdown wiring - Use dual match-arm pattern for EIP tx type checks to satisfy collapsible_match lint while preserving correct fall-through semantics (enabled types must not reach the TxTypeNotSupported arm) - Wire EngineShutdown sender into add_ons_handle so graceful shutdown can be triggered via add_ons_handle.engine_shutdown; add rpc_handle_mut to RpcHandleProvider trait to enable mutation through generic bounds - Add RUSTC_WRAPPER="" override for openvm CI job that lacks sccache Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat/v1.11.1
14 days ago
Latest Branches
CodSpeed Performance Gauge
-11%
feat: v1.11.1
#379
13 days ago
aca2b83
feat/v1.11.1
CodSpeed Performance Gauge
0%
feat: expose l1 data fee buffer evm config
#378
2 months ago
7e5ecfa
feat/expose-l1-data-fee-buffer-evm-config
CodSpeed Performance Gauge
0%
feat: l1 data fee buffer
#376
2 months ago
785391e
feat/l1-data-fee-buffer
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs