Matthias Seitz
|
b4b64096c8
|
perf(cli): use available_parallelism as default for re-execute (#21010)
|
2026-01-16 16:08:30 +00:00 |
|
figtracer
|
e313de818b
|
chore(provider): pre alloc tx hashes (#21114)
|
2026-01-16 15:40:47 +00:00 |
|
rakita
|
86c414081a
|
feat: stagging revm v34.0.0 (#20627)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-16 14:56:27 +00:00 |
|
Brian Picciano
|
a74cb9cbc3
|
feat(trie): in-memory trie changesets (#20997)
|
2026-01-16 01:06:31 +00:00 |
|
YK
|
e25411c32b
|
perf(trie): fix extend_sorted_vec O(n log n) → O(n+m) merge (#21098)
|
2026-01-16 00:17:22 +00:00 |
|
Matthias Seitz
|
ec3323bba0
|
refactor(chain-state): extract blocks_to_chain helper (#21110)
|
2026-01-15 23:27:11 +00:00 |
|
Dan Cline
|
26cd132631
|
fix(reth-bench): use requests hash (#21111)
|
2026-01-15 19:19:16 +00:00 |
|
DaniPopes
|
079f59c2be
|
perf: reserve in extend_sorted_vec (#21109)
|
2026-01-15 19:10:20 +00:00 |
|
joshieDo
|
e9b079ad62
|
feat: add rocksdb to save_blocks (#21003)
Co-authored-by: Sergei Shulepov <s.pepyakin@gmail.com>
Co-authored-by: Sergei Shulepov <pep@tempo.xyz>
Co-authored-by: yongkangc <chiayongkang@hotmail.com>
|
2026-01-15 18:33:19 +00:00 |
|
Dan Cline
|
b1f107b171
|
feat(reth-bench): add generate-big-block command (#21082)
|
2026-01-15 15:30:04 +00:00 |
|
YK
|
7d0e7e72de
|
perf(trie): add k-way merge batch optimization for merge_overlay_trie_input (#21080)
|
2026-01-15 15:22:15 +00:00 |
|
joshieDo
|
f012b3391e
|
feat: parallelize save_blocks (#20993)
Co-authored-by: Sergei Shulepov <s.pepyakin@gmail.com>
Co-authored-by: Sergei Shulepov <pep@tempo.xyz>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-01-15 14:58:06 +00:00 |
|
joshieDo
|
d225fc1d7f
|
feat: add get/set db settings for rocksdb (#21095)
|
2026-01-15 14:48:05 +00:00 |
|
Dan Cline
|
d469b7f1d0
|
feat(rpc): add flag to skip invalid transactions in testing_buildBlockV1 (#21094)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-15 12:05:30 +00:00 |
|
YK
|
9bcd3712c8
|
test(storage): add parametrized MDBX/RocksDB history lookup equivalence tests (#20871)
|
2026-01-15 11:16:40 +00:00 |
|
Emma Jamieson-Hoare
|
b25f32a977
|
chore(release): set version v1.10.0 (#21091)
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmai.com>
v1.10.0
|
2026-01-15 10:50:35 +00:00 |
|
Emma Jamieson-Hoare
|
905de96944
|
chore: release 1.9.4 (#21048)
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmai.com>
|
2026-01-15 09:41:54 +00:00 |
|
Sergei Shulepov
|
27fbd9a7de
|
fix(db): change commit return type from Result<bool> to Result<()> (#21077)
Co-authored-by: Sergei Shulepov <pep@tempo.xyz>
|
2026-01-14 23:56:27 +00:00 |
|
DaniPopes
|
26a99ac5a3
|
perf: small improvement to extend_sorted_vec (#21032)
|
2026-01-14 23:46:58 +00:00 |
|
James Prestwich
|
1265a89c21
|
refactor: make use of dbi consistent across mdbx interface (#21079)
|
2026-01-14 23:42:42 +00:00 |
|
Matthias Seitz
|
b9ff5941eb
|
feat(primitives): add SealedBlock::decode_sealed for efficient RLP decoding (#21030)
|
2026-01-14 22:49:55 +00:00 |
|
Sergei Shulepov
|
a75a0a5db7
|
feat(cli): support file:// URLs in reth download (#21026)
Co-authored-by: Sergei Shulepov <pep@tempo.xyz>
|
2026-01-14 22:30:42 +00:00 |
|
Matthias Seitz
|
0a4bac77d0
|
feat(primitives): add From<Sealed<B>> for SealedBlock<B> (#21078)
|
2026-01-14 22:19:09 +00:00 |
|
Kamil Szczygieł
|
1fbd5a95f8
|
feat: Support for sending logs through OTLP (#21039)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-14 21:29:00 +00:00 |
|
Arsenii Kulikov
|
1bc07fad8e
|
perf: use binary search in ForwardInMemoryCursor (#21049)
|
2026-01-14 19:31:11 +00:00 |
|
Arsenii Kulikov
|
8cb506c4d3
|
perf: don't clone entire keys set (#21042)
|
2026-01-14 19:26:23 +00:00 |
|
ethfanWilliam
|
15f16a5a2e
|
fix: propagate keccak-cache-global feature to reth-optimism-cli (#21051)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-14 19:22:22 +00:00 |
|
Brian Picciano
|
5cf1d2a0b0
|
fix(trie): Update branch masks when revealing blinded nodes (#20937)
|
2026-01-14 19:12:15 +00:00 |
|
Matthias Seitz
|
59fb25d892
|
feat(bench-compare): add --skip-wait-syncing flag (#21035)
|
2026-01-14 16:24:19 +01:00 |
|
Alexey Shekhirin
|
665a0a8553
|
feat(cli): parse URL path and display ETA in reth download (#21014)
|
2026-01-14 10:01:01 +00:00 |
|
DaniPopes
|
54735ce0f4
|
perf: use fixed-map for StaticFileSegment maps (#21001)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-14 00:52:54 +00:00 |
|
joshieDo
|
a73e73adef
|
feat(storage): split static file commit into sync_all and finalize (#20984)
|
2026-01-13 16:27:55 +00:00 |
|
github-actions[bot]
|
4f3bd3eac1
|
chore(deps): weekly cargo update (#20924)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-13 14:42:54 +00:00 |
|
YK
|
ae41823be6
|
fix: propagate edge feature to reth-node-core for version output (#20998)
|
2026-01-13 14:35:24 +00:00 |
|
Matthias Seitz
|
1fa71f893c
|
test: add testing_buildBlockV1 RPC method and Osaka test (#20990)
|
2026-01-13 15:18:52 +01:00 |
|
ANtutov
|
c6b17848dd
|
fix(trie): remove redundant storage trie root calculation in witness (#20965)
|
2026-01-13 13:12:39 +00:00 |
|
Alexey Shekhirin
|
a5dd7d0106
|
feat(node): --minimal flag (#20960)
|
2026-01-13 12:54:26 +00:00 |
|
Emilia Hane
|
61354e6c21
|
chore(test): use reth_optimism_chainspec::BASE_SEPOLIA in tests (#20988)
|
2026-01-13 12:07:47 +00:00 |
|
DaniPopes
|
2444533a04
|
perf: use in-memory length for static files metrics (#20987)
|
2026-01-13 11:37:00 +00:00 |
|
kurahin
|
8fa01eb62e
|
fix: use global default for rpc_proof_permits CLI flag (#20967)
|
2026-01-12 23:03:51 +00:00 |
|
DaniPopes
|
c5e00e4aeb
|
perf(db): throttle metrics reporting (#20974)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 22:44:24 +00:00 |
|
joshieDo
|
98a35cc870
|
fix: propagate FEATURES to sub-makes (#20975)
|
2026-01-12 20:03:34 +00:00 |
|
YK
|
46d670eca5
|
fix(stages): use static files for unwind in SenderRecovery stage (#20972)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-01-12 19:22:49 +00:00 |
|
DaniPopes
|
25906b7b3e
|
fix(libmdbx): use correct size for freelist u32 values (#20970)
|
2026-01-12 18:52:03 +00:00 |
|
Matthias Seitz
|
1b3d815cb8
|
fix(rpc): validate eth_feeHistory newest_block against chain head (#20969)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 18:48:46 +00:00 |
|
DaniPopes
|
23f3f8e820
|
feat: add tracing-tracy (#20958)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 18:37:37 +00:00 |
|
DaniPopes
|
2663942b50
|
chore(deps): bump metrics (#20968)
|
2026-01-12 18:13:38 +00:00 |
|
YK
|
369c629b9b
|
perf(trie): reuse overlay in deferred trie overlay computation (#20774)
|
2026-01-12 15:04:26 +00:00 |
|
GarmashAlex
|
6fec4603cf
|
refactor(trie): avoid building prefix set for v2 storage proofs (#20898)
|
2026-01-12 12:49:24 +00:00 |
|
DaniPopes
|
515fd597f3
|
perf(net): use alloy_primitives::Keccak256 (#20957)
|
2026-01-12 11:21:27 +00:00 |
|