scroll-tech
reth
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: async header transform (#365) * async header transform * concurrent headers transform * batch transform headers
scroll
3 days ago
batch transform headers
feat/async-header-transform
3 days ago
feat: schedule Galileo on Scroll Sepolia (#364)
scroll
3 days ago
concurrent headers transform
feat/async-header-transform
3 days ago
feat: schedule Galileo on Scroll Sepolia
feat-galileo-sepolia
3 days ago
chore: merge upstream 7779ed8 (#363) * docs: yellowpaper sections in consensus implementation (#18881) * fix(era-utils): fix off-by-one for Excluded end bound in process_iter (#18731) Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> * refactor: eliminate redundant allocation in precompile cache example (#18886) * chore: relax `ChainSpec` impls (#18894) * chore: make clippy happy (#18900) * fix(trie): Reveal extension child when extension is last remaining child of a branch (#18891) * chore(node): simplify EngineApiExt bounds by removing redundant constraints (#18905) * refactor(engine): separate concerns in on_forkchoice_updated for better maintainability (#18661) Co-authored-by: Nathaniel Bajo <nathanielbajo@Nathaniels-MacBook-Pro.local> Co-authored-by: YK <chiayongkang@hotmail.com> Co-authored-by: Brian Picciano <me@mediocregopher.com> * feat(provider): add get_account_before_block to ChangesetReader (#18898) * refactor: replace collect().is_empty() with next().is_none() in tests (#18902) Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> * ci: cache hive simulator images to reduce prepare-hive job time (#18899) * docs: duplicate comment in Eip4844PoolTransactionError (#18858) * chore: align node_config threshold constant (#18914) * feat: wait for new blocks when build is in progress (#18831) Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> * perf(tree): worker pooling for storage in multiproof generation (#18887) Co-authored-by: Brian Picciano <me@mediocregopher.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> * chore(grafana): use precompile address as legend (#18913) * refactor: remove needless collect() calls in trie tests (#18937) * fix(examples): change method to launch with debug capabilities (#18946) * fix(example): launch with debug capabilities (#18947) * fix(testsuite): Fix unused updates in e2e-test-utils (#18953) * fix(payload): correct Debug label for PayloadTimestamp in PayloadServiceCommand (#18954) * chore(rpc): Moves `SequencerMetrics` into `reth-optimism-rpc` (#18921) * refactor: replace println! with structured logging in test_vectors (#18956) * refactor(cli): use structured logging (tracing) in p2p command (#18957) * perf(tree): add elapsed time to parallel state root completion log (#18959) * fix(trie): Properly upsert into StoragesTrie in repair-trie (#18941) * fix: misleading error message in db list: show actual table name (#18896) * fix: remove noisy stderr prints in ERA1 cleanup (EraClient::delete_outside_range) (#18895) * fix: use max B256 for upper bound in empty-storage check (#18962) * ci: remove reproducible build from release.yml (#18958) * chore(rpc): Remove redundant U256::from in suggested_priority_fee (#18969) * chore(ci): update eest 7594 issue link in hive expected failures file (#18976) * perf(tests): remove redundant format! in ef-tests run_only (#18909) * feat(cli): enable traces export via `tracing-otlp` cli arg (#18242) Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> * feat: allow otlp level to be configurable (#18981) * chore(optimism): remove unnecessary Debug bounds from header generics (#18989) * refactor: convert satisfy_base_fee_ids to use closure (#18979) * chore: bump otlp crates (#18984) * fix(network): prevent metric leak in outgoing message queue on session teardown (#18847) * chore: remove unused imports in blockchain_provider (#18867) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * fix(stateless): enforce BLOCKHASH ancestor header limit (#18920) * chore(evm): mark ExecuteOutput as unused and slated for removal (#18754) * refactor: unify `Pipeline` creation codepaths (#18955) * fix(engine): flatten storage cache (#18880) * perf(tree): worker pooling for account proofs (#18901) Co-authored-by: Brian Picciano <me@mediocregopher.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> * refactor(storage): fix ChainStateKey enum variant name (#18992) * refactor(trie): remove proof task manager (#18934) Co-authored-by: Brian Picciano <me@mediocregopher.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> * fix: required optimism primitives features in db-api (#19005) * refactor(engine): simplify InvalidBlockWitnessHook::on_invalid_block for better testability (#18696) * chore: replace poll_next_unpin loop with poll_recv_many (#18978) * fix: Set Era pipeline stage to last checkpoint when there is no target (#19000) * ci: Add tests for Paris scenario in hive.yml (#19013) * chore: bump book timeout (#19016) * feat: add metrics for safe and finalized block heights (#18987) * chore(privitives-traits): remove unused serde derives and camelCase attribute (#19014) * chore: refactor loop in `add_new_transactions` (#19006) * chore(ci): bump hive eest to v5.3.0 (#19021) * feat(devp2p): make eth p2p networkId configurable (#19020) Co-authored-by: frankudoags <frankudoags.com> * chore: remove unused Args struct from exex-subscription example (#19019) * feat: add pending sequence as pub (#19022) * chore: bump alloy-core (#19026) * fix: unused warnings for tracing (#19025) * fix: respect cli blob size setting (#19024) * feat(engine): deprecate TestPipelineBuilder::with_executor_results (#19017) * perf: background init of workers (#19012) * chore(ci): update expected failures (#19034) * fix: use header type generic for mask (#19037) * fix: correct `Compact` impl for `Option` (#19042) * chore: increase versioned hash index cache (#19038) * chore(primitives-traits): relax SignerRecoverable bounds for Extended<B,T> (#19045) * feat: bump revm (#18999) * fix: resolve upstream merge Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com> * bump revm * update deps and fix lints * update openvm deps * skip exex wal storage test * pin revm tag scroll-v91 * bump openvm compat --------- Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com> Co-authored-by: josé v <52646071+Peponks9@users.noreply.github.com> Co-authored-by: Forostovec <ilonaforostovec22@gmail.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com> Co-authored-by: Léa Narzis <78718413+lean-apple@users.noreply.github.com> Co-authored-by: Brian Picciano <me@mediocregopher.com> Co-authored-by: radik878 <radikpadik76@gmail.com> Co-authored-by: William Nwoke <willteey@gmail.com> Co-authored-by: Nathaniel Bajo <nathanielbajo@Nathaniels-MacBook-Pro.local> Co-authored-by: YK <chiayongkang@hotmail.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com> Co-authored-by: Merkel Tranjes <140164174+rnkrtt@users.noreply.github.com> Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com> Co-authored-by: stevencartavia <112043913+stevencartavia@users.noreply.github.com> Co-authored-by: emmmm <155267286+eeemmmmmm@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: MIHAO PARK <wetkeyboard17@gmail.com> Co-authored-by: Tilak Madichetti <tilak.madichetti@gmail.com> Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com> Co-authored-by: maradini77 <140460067+maradini77@users.noreply.github.com> Co-authored-by: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Co-authored-by: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Co-authored-by: MozirDmitriy <dmitriymozir@gmail.com> Co-authored-by: drhgencer <gancer16@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: anim001k <140460766+anim001k@users.noreply.github.com> Co-authored-by: Julian Meyer <julian.meyer@coinbase.com> Co-authored-by: Karl Yu <43113774+0xKarl98@users.noreply.github.com> Co-authored-by: Jennifer <jenpaff0@gmail.com> Co-authored-by: Ivan Wang <314130948@qq.com> Co-authored-by: GarmashAlex <garmasholeksii@gmail.com> Co-authored-by: Udoagwa Franklin <54338168+frankudoags@users.noreply.github.com> Co-authored-by: Luca Provini <luca.provini@usemerkle.com> Co-authored-by: Galoretka <galoretochka@gmail.com> Co-authored-by: sashass1315 <sashass1315@gmail.com> Co-authored-by: frisitano <francesco.risitano95@gmail.com>
scroll
4 days ago
bump openvm compat
chore-merge-upstream-7779ed8
4 days ago
pin revm tag scroll-v91
chore-merge-upstream-7779ed8
5 days ago
Active Branches
chore: merge upstream b48c72fad2
last run
9 days ago
#362
CodSpeed Performance Gauge
0%
set galileo upgrade time
last run
9 days ago
#358
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs