Arsenii Kulikov
|
be5a4ac7a6
|
feat: bump alloy and alloy-evm (#21337)
|
2026-01-22 18:43:24 +00:00 |
|
Georgios Konstantopoulos
|
0c854b6f14
|
fix(net): limit pending pool imports for broadcast transactions (#21254)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2026-01-22 18:32:07 +00:00 |
|
Georgios Konstantopoulos
|
28a31cd579
|
fix: use unwrap_or_else for lazy evaluation of StorageSettings::legacy (#21332)
|
2026-01-22 17:02:15 +00:00 |
|
Brian Picciano
|
da12451c9c
|
chore(trie): Cleanup unused trie changesets code (#21323)
|
2026-01-22 16:57:46 +00:00 |
|
Georgios Konstantopoulos
|
247ce3c4e9
|
feat(storage): warn storage settings diff at startup (#21320)
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-01-22 16:40:10 +00:00 |
|
iPLAY888
|
bf43ebaa29
|
fix(cli): handle invalid hex in db list --search (#21315)
|
2026-01-22 16:18:36 +00:00 |
|
Matthias Seitz
|
a01ecce73f
|
test: add e2e tests for invalid payload handling via Engine API (#21288)
|
2026-01-22 15:55:36 +00:00 |
|
Arsenii Kulikov
|
3e55c6ca6e
|
fix: always check upper subtrie for keys (#21276)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-01-22 15:47:50 +00:00 |
|
Brian Picciano
|
2ac7d719f3
|
feat(trie): add V2 account proof computation and refactor proof types (reapply) (#21316)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-22 15:46:01 +00:00 |
|
andrewshab
|
965705ff88
|
fix: remove collect (#21318)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-22 15:24:51 +00:00 |
|
Dan Cline
|
ebe2ca1366
|
feat: add StaticFileSegment::StorageChangeSets (#20896)
|
2026-01-22 15:03:47 +00:00 |
|
Matthias Seitz
|
cc242f83fd
|
feat(rpc): respect history expiry in eth_getLogs per EIP-4444 (#21304)
|
2026-01-22 14:55:50 +00:00 |
|
joshieDo
|
12cf3d685b
|
fix(provider): add CommitOrder for RocksDB/MDBX unwind atomicity (#21311)
|
2026-01-22 14:54:47 +00:00 |
|
Matthias Seitz
|
ad5b533ad1
|
chore: rm patches (#21317)
|
2026-01-22 15:48:53 +01:00 |
|
joshieDo
|
118f15f345
|
feat(rocksdb): disable bloom filter for default column family (#21312)
|
2026-01-22 13:47:34 +00:00 |
|
joshieDo
|
97481f69e5
|
perf(rocksdb): disable compression and bloom filters for TransactionHashNumbers CF (#21310)
|
2026-01-22 13:31:16 +00:00 |
|
Georgios Konstantopoulos
|
f692ac7d1e
|
perf(prune): use bulk table clear for PruneMode::Full (#21302)
|
2026-01-22 13:01:17 +00:00 |
|
andrewshab
|
4b1c341ced
|
fix: remove redundant clone (#21300)
|
2026-01-22 12:43:19 +00:00 |
|
Georgios Konstantopoulos
|
865f8f8951
|
perf(prune): sort tx hashes for efficient TransactionLookup pruning (#21297)
|
2026-01-22 12:10:07 +00:00 |
|
joshieDo
|
492fc20fd1
|
fix(cli): clear rocksdb tables in drop-stage command (#21299)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-22 12:09:36 +00:00 |
|
Sergei Shulepov
|
ad9886abb8
|
fix(mdbx): mark reserve as unsafe (#21263)
|
2026-01-22 12:03:12 +00:00 |
|
Matthias Seitz
|
5c3e45cd6b
|
fix: handle incomplete receipts gracefully in receipt root task (#21285)
|
2026-01-22 10:52:56 +00:00 |
|
Emma Jamieson-Hoare
|
68fdba32d2
|
chore(release): prep v1.10.2 release (#21287)
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmai.com>
|
2026-01-22 10:50:10 +00:00 |
|
Matthias Seitz
|
8f6a0a2992
|
ci: add on-demand workflow to check alloy breaking changes (#21267)
|
2026-01-22 10:47:38 +00:00 |
|
Matthias Seitz
|
ec9c7f8d3e
|
perf(db): use ArrayVec for StoredNibbles key encoding (#21279)
|
2026-01-22 02:05:50 +00:00 |
|
Matthias Seitz
|
dbdaf068f0
|
fix(engine): clear execution cache when block validation fails (#21282)
|
2026-01-22 01:01:22 +00:00 |
|
Matthias Seitz
|
055bf63ee9
|
refactor: use Default::default() for Header in tests (#21277)
|
2026-01-21 22:50:10 +00:00 |
|
Georgios Konstantopoulos
|
2305c3ebeb
|
feat(rpc): respect history expiry in block() and map to PrunedHistoryUnavailable (#21270)
|
2026-01-21 22:22:05 +00:00 |
|
joshieDo
|
eb55c3c3da
|
feat(grafana): add RocksDB metrics dashboard (#21243)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-21 22:09:42 +00:00 |
|
Alexey Shekhirin
|
72e1467ba3
|
fix(prune): avoid panic in tx lookup (#21275)
|
2026-01-21 21:21:53 +00:00 |
|
Alexey Shekhirin
|
74edce0089
|
revert: feat(trie): add V2 account proof computation and refactor proof types (#21214) (#21274)
|
2026-01-21 21:07:13 +00:00 |
|
Georgios Konstantopoulos
|
8c645d5762
|
feat(reth-bench): accept short notation for --target-gas-limit (#21273)
|
2026-01-21 21:04:10 +00:00 |
|
Georgios Konstantopoulos
|
b7d2ee2566
|
feat(engine): add metric for execution cache unavailability due to concurrent use (#21265)
Co-authored-by: Tempo AI <ai@tempo.xyz>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-01-21 20:17:45 +00:00 |
|
Matthias Seitz
|
7609deddda
|
perf(trie): parallelize merge_ancestors_into_overlay (#21202)
|
2026-01-21 20:08:03 +00:00 |
|
Matthias Seitz
|
ec50fd40b3
|
chore(chainspec): use ..Default::default() in create_chain_config (#21266)
|
2026-01-21 19:19:24 +00:00 |
|
YK
|
624ddc5779
|
feat(stages): add RocksDB support for IndexStorageHistoryStage (#21175)
|
2026-01-21 17:05:19 +00:00 |
|
Georgios Konstantopoulos
|
dd72cfe23e
|
refactor: remove static_files.to_settings() and add edge feature to RocksDB flags (#21225)
|
2026-01-21 16:52:24 +00:00 |
|
joshieDo
|
ff8ac97e33
|
fix(stages): clear ETL collectors on HeaderStage error paths (#21258)
|
2026-01-21 16:27:30 +00:00 |
|
Alexey Shekhirin
|
0974485863
|
feat(reth-bench): add --target-gas-limit option to gas-limit-ramp (#21262)
|
2026-01-21 16:19:22 +00:00 |
|
かりんとう
|
274394e777
|
fix: fix payload file filter prefix in replay-payloads (#21255)
|
2026-01-21 16:11:03 +00:00 |
|
Emma Jamieson-Hoare
|
1954c91a60
|
chore: update CODEOWNERS (#21223)
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmai.com>
Co-authored-by: YK <chiayongkang@hotmail.com>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2026-01-21 14:40:54 +00:00 |
|
Sergei Shulepov
|
9cf82c8403
|
fix: supply a real ptr to mdbx_dbi_flags_ex (#21230)
|
2026-01-21 14:23:26 +00:00 |
|
Brian Picciano
|
f85fcba872
|
feat(trie): add V2 account proof computation and refactor proof types (#21214)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-21 14:18:44 +00:00 |
|
joshieDo
|
ebaa4bda3a
|
feat(rocksdb): add missing observability (#21253)
|
2026-01-21 14:14:34 +00:00 |
|
joshieDo
|
04d4c9a02f
|
fix(rocksdb): flush all column families on drop and show SST/memtable sizes (#21251)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-21 12:44:08 +00:00 |
|
Arsenii Kulikov
|
3065a328f9
|
fix: clear overlay_cache in with_extended_hashed_state_overlay (#21233)
|
2026-01-21 12:08:24 +00:00 |
|
Sergei Shulepov
|
43a84f1231
|
refactor(engine): move execution logic from metrics to payload_validator (#21226)
|
2026-01-21 11:17:30 +00:00 |
|
Matthias Seitz
|
5a5c21cc1b
|
feat(txpool): add IntoIterator for AllPoolTransactions (#21241)
|
2026-01-21 10:01:32 +00:00 |
|
Matthias Seitz
|
8a8a9126d6
|
feat(execution-types): add receipts_iter and logs_iter helpers to Chain (#21240)
|
2026-01-21 09:59:15 +00:00 |
|
Emilia Hane
|
6f73c2447d
|
feat(trie): Add serde-bincode-compat feature to reth-trie (#21235)
|
2026-01-21 09:42:52 +00:00 |
|