reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
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...
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...
ensure requested gas limit < block.gaslimit: ref https://github.com/foundry-rs/reth/pull/71#discussion_r995863539 part of #36
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...
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...
### Describe the feature replace blind spawning and JoinSet with `TaskExecutor` ### Additional context _No response_