reth
                                
                                
                                
                                    reth copied to clipboard
                            
                            
                            
                        Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Added a helper enum for tables, this is a replacement for `TABLES` with some additional functionality. Closes https://github.com/paradigmxyz/reth/issues/2835
### 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...
fixes the problem mentioned in #3336 where the blockchain tree row had nothing in it
### Describe the change We have some PRs that have touched JS tracing support, but this is not documented anywhere. ### Additional context _No response_
ref #3328 Adds helper type to support numbers `u64` and hex string `U64`
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...
### 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_
### 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.. ###...
### 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...