reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
### Describe the feature See https://github.com/paradigmxyz/reth/actions/runs/8858513427/job/24327248966 If someone w/o the correct perms on the repo (e.g. external contributor) opens an issue, the workflow will not have write perms for `issues`...
### Describe the feature Incorporate the `ChunkedFileReader` into the `FileClient`, as opposed to `ChunkedFileReader::next_chunk` returning a new `FileClient`. Instead, a new chunk is read upon call to `::get_headers_with_priority`, if the...
### Describe the bug I notice the problem since beta6 and then update to beta7 and same problem, sometimes it gets even up to 16 blocks behind in comparation with...
Ref https://github.com/paradigmxyz/reth/issues/7500. Increase default pruner block interval from 5 to 500k blocks (= one static file worth of blocks/transactions/receipts).
If the function `split()` is called with a block number greater than the tip it will consider this split valid and treat it the same as splitting the canonical head....
### Describe the feature ### Failing for engine-api (Paris) and cancun #### Inconsistent Head in ForkchoiceState - [ ] test=60 name="Inconsistent Head in ForkchoiceState (Cancun) (reth)" #### Invalid Missing Ancestor...
!!!!!!! This is an automated issue created by the hive test failure !!!!!!!The hive test for ethereum/engine failed. Please investigate and fix the issue.[Link to the failed run](https://github.com/paradigmxyz/reth/actions/runs/8946304725) ```[tasklist] ###...
### Describe the feature #### Blob tx ordering - [ ] test=7 name=“Blob Transaction Ordering, Multiple Clients (Cancun) (reth)" https://github.com/paradigmxyz/reth/issues/7144 #### Invalid NewPayload - [ ] test=208 name="Invalid NewPayload, ParentBeaconBlockRoot,...
### Describe the feature #### Withdrawals Fork - [ ] test=2 name="Withdrawals Fork On Genesis (Paris) (reth)” - [ ] test=3 name="Withdrawals Fork on Block 1 (Paris) (reth)” - [...
### Describe the feature Canonicalization on FCU competes over rw access to db, with deleting entires on pruning. This leads to issues syncing. ### Additional context _No response_ ```[tasklist] ###...