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

Thought I would go ahead and add the blacklist mentioned in #327, this is just a first revision. before I go any father and write some tests for this. Would...

C-enhancement
A-networking

related to this: https://github.com/paradigmxyz/reth/issues/333 The only difference is that provider is made standalone as in `storage/reth-provider`

Code is here: https://github.com/paradigmxyz/reth/blob/b0149f0b9f71b4112d7b11c19ba6f02fd00e583c/crates/consensus/src/verification.rs#L151-L163 a nonce should take care of the author having multiple transactions in the same block. For balance, a previous unrelated transaction can change balance of next...

C-bug
A-consensus

ensure requested gas limit < block.gaslimit: ref https://github.com/foundry-rs/reth/pull/71#discussion_r995863539 part of #36

C-enhancement
A-tx-pool

This adds a test that waits for a `SessionEstablished` event from the `Network` after prompting the `GethInstance` to connect to us. TODO: - [ ] longer keepalive tests - [x]...

### Describe the feature Hello, wondering if it might be a good idea to solicit help from the community to help write the reth book? If there was a list...

C-enhancement
S-needs-triage

My plan for this is inspired by @joshieDo's comment: > we have something similar for db codecs. Also has built-in fuzzing support using `trailofbits/test-fuzz`. Maybe it's interesting here as well?...

I started a draft for the stages chapter in the book but wanted to stop before going too far to get some feedback on the direction. I would love to...

Create an implementation of `net_` namespace for rpc

C-enhancement
A-rpc

### Describe the feature replace blind spawning and JoinSet with `TaskExecutor` ### Additional context _No response_

C-enhancement