reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Closes https://github.com/paradigmxyz/reth/issues/11806
Possible solutions: 1. Since we are use `reth db drop` primary as a re-sync, so I think we can drop not only db & static files, but WAL also. 2....
> Thoughts on exposing a method in the `NodeBuilder` API that produces an Alloy [`Provider`](https://docs.rs/alloy/0.7.2/alloy/providers/trait.Provider.html)? One use case is making contract calls directly from an in-process context (see darkforestry/amms-rs#239). >...
### Describe the feature It would be nice to have a dedicated command that **only given a `chain` and `datadir`** it would automatically download a public available snapshot into disk...
### Describe the feature Adds a new ethereum mainnet specific stage to pipeline for downloading pre-merge data `HeaderStage` -> `S3Stage` (name tbd) -> `BodiesStage` -> ... ref https://github.com/paradigmxyz/reth/issues/13186 ### Additional...
### Describe the feature The parameter accept movePrecompileToAddress, but not actually used in RPC method implementation ### Additional context _No response_
"Error: failed to open the database: unknown error code: 11 (11)" after restart and zombie process
### Describe the bug op-reth ended up with this in logs. When tried to restart via docker, it says it's zombie and I was unable to restart. So tried redeploy...
### Describe the bug This is a companion issue to the one reported here: https://github.com/sigp/lighthouse/issues/6734 Either Lighthouse or Reth are struggling to communicate payload status with one another fairly regularly....
### Describe the bug when running a dev node per the examples/custom-dev-node example using v1.1.3 i get this error: Dev mode is not supported for legacy engine ### Steps to...
### Describe the change add more docs for * traits * how they fit together add more examples. no more codesnippets in markdowns ### Additional context _No response_