-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Pull requests: paradigmxyz/reth
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
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
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
feat(net): buffer blobless eth/72 bodies instead of dropping them
#26993
opened Sep 3, 2026 by
NikhilSharmaWe
Loading…
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
perf(rocksdb): stop keeping flushed memtables as write history
#26982
opened Sep 3, 2026 by
byeongsu-hong
Loading…
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…
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
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…
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(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…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.