Skip to content

Pull requests: paradigmxyz/reth

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat(ci): enforce Cargo dependency cooldown
#27007 opened Sep 4, 2026 by mablr Contributor Loading…
test(rpc): e2e coverage and tooling for eth_getLogs and poll filters A-rpc Related to the RPC implementation C-test A change that impacts how or what we test
#27003 opened Sep 4, 2026 by mattsse Collaborator Draft
fix(rpc): reject eth_getLogs queries over pruned receipts A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
#27002 opened Sep 4, 2026 by mattsse Collaborator Loading…
fix(rpc): resolve a pending toBlock in eth_getLogs to the head A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
#27001 opened Sep 4, 2026 by mattsse Collaborator Loading…
perf(rpc): scan eth_getLogs ranges window by window A-rpc Related to the RPC implementation C-perf A change motivated by improving speed, memory usage or disk footprint
#27000 opened Sep 4, 2026 by mattsse Collaborator Loading…
fix(rpc): hold a blocking IO permit for eth_getLogs range scans A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
#26999 opened Sep 4, 2026 by mattsse Collaborator Queued
fix(rpc): return only new logs from eth_getFilterChanges A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
#26998 opened Sep 4, 2026 by mattsse Collaborator Loading…
test(rpc): add non-empty V2 blob validation fixtures
#26997 opened Sep 3, 2026 by Oliverpt-1 Draft
7 tasks done
perf(trie): avoid changesets for read-only overlays A-trie Related to Merkle Patricia Trie implementation C-perf A change motivated by improving speed, memory usage or disk footprint
#26986 opened Sep 3, 2026 by mediocregopher Member Draft
fix(txpool): reject transactions below tracked nonce
#26981 opened Sep 3, 2026 by rezzmah Contributor Loading…
fix(txpool): correct stale state flags on fee updates A-tx-pool Related to the transaction mempool C-bug An unexpected or incorrect behavior
#26974 opened Sep 3, 2026 by mattsse Collaborator Loading…
2
1
perf(trie): evaluate should_retain once per committed proof child A-trie Related to Merkle Patricia Trie implementation C-perf A change motivated by improving speed, memory usage or disk footprint
#26973 opened Sep 3, 2026 by mattsse Collaborator Loading…
perf(static-file): amortize cursor creation in fetch_range_iter A-static-files Related to static files C-perf A change motivated by improving speed, memory usage or disk footprint
#26970 opened Sep 3, 2026 by mattsse Collaborator Draft
perf(rpc): build txpool_contentFrom from the sender's transactions A-rpc Related to the RPC implementation A-tx-pool Related to the transaction mempool C-perf A change motivated by improving speed, memory usage or disk footprint M-changelog This change should be included in the changelog
#26969 opened Sep 3, 2026 by mattsse Collaborator Loading…
fix(txpool): park pending blob txs when the blob fee rises and the base fee falls A-tx-pool Related to the transaction mempool C-bug An unexpected or incorrect behavior
#26962 opened Sep 3, 2026 by mattsse Collaborator Loading…
perf(txpool): use a binary heap for the independent tx set A-tx-pool Related to the transaction mempool C-perf A change motivated by improving speed, memory usage or disk footprint
#26957 opened Sep 2, 2026 by mattsse Collaborator Loading…
perf(txpool): only visit changed senders when the fees did not move A-tx-pool Related to the transaction mempool C-perf A change motivated by improving speed, memory usage or disk footprint
#26956 opened Sep 2, 2026 by mattsse Collaborator Draft
perf(trie): keep changed leaf values inline in LeafUpdate A-engine Related to the engine implementation A-trie Related to Merkle Patricia Trie implementation C-perf A change motivated by improving speed, memory usage or disk footprint
#26954 opened Sep 2, 2026 by mattsse Collaborator Draft
perf(storage): resolve history visible tip lazily A-db Related to the database C-perf A change motivated by improving speed, memory usage or disk footprint
#26948 opened Sep 2, 2026 by mattsse Collaborator Loading…
perf(stages): avoid cloning ExecutionOutcome for ExEx notification A-exex Execution Extensions A-staged-sync Related to staged sync (pipelines and stages) C-perf A change motivated by improving speed, memory usage or disk footprint
#26947 opened Sep 2, 2026 by mattsse Collaborator Loading…
perf(net): skip per-peer propagation tracking without pool listeners A-networking Related to networking in general A-tx-pool Related to the transaction mempool C-perf A change motivated by improving speed, memory usage or disk footprint
#26945 opened Sep 2, 2026 by mattsse Collaborator Loading…
ProTip! Exclude everything labeled bug with -label:bug.