reth icon indicating copy to clipboard operation
reth copied to clipboard

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

Results 684 reth issues
Sort by recently updated
recently updated
newest added

Added a helper enum for tables, this is a replacement for `TABLES` with some additional functionality. Closes https://github.com/paradigmxyz/reth/issues/2835

C-debt
A-cli

### Describe the bug There is likely a memory leak in the reth syncing pipeline. With 128GB RAM available, the process has failed due to OOM errors. I did not...

C-bug
S-needs-triage

fixes the problem mentioned in #3336 where the blockchain tree row had nothing in it

C-bug
A-observability
A-blockchain-tree

occured -> occurred

C-docs

### Describe the change We have some PRs that have touched JS tracing support, but this is not documented anywhere. ### Additional context _No response_

C-docs
C-enhancement
A-rpc

ref #3328 Adds helper type to support numbers `u64` and hex string `U64`

A-rpc

Follow up on #3285 ``` HashingWriter (will move the account methods in another PR as discussed ) HistoryWriter(will move the account methods in another PR as discussed ) ``` Moves...

C-debt
A-db

### Describe the feature AccountHistory entries for genesis accounts are missing: https://github.com/paradigmxyz/reth/blob/9e72cbf6b44fd195738c6d85f461304578c8156c/crates/staged-sync/src/utils/init.rs#L106-L110 ### Additional context _No response_

C-bug
C-enhancement

### Describe the bug While I was syncing my node, unexpected error occured and stop my node continuously. It first happened yesterday, and my node still stops after that.. ###...

C-bug
S-needs-triage

### Describe the feature there is a little-known method called [parity_listStorageKeys](https://openethereum.github.io/JSONRPC-parity-module#parity_liststoragekeys) that returns a paginated view of a contract storage at a certain block height. it could be a good...

C-enhancement
A-rpc