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 784 reth issues
Sort by recently updated
recently updated
newest added

Cf #9484

S-blocked
C-debt

### Describe the feature Ref https://github.com/paradigmxyz/reth/pull/9430 ```[tasklist] - [x] `reth-codecs` - [ ] `reth-consensus` https://github.com/paradigmxyz/reth/pull/9663 - [ ] `reth-db` - [x] `reth-db-api` - [x] `reth-ethereum-forks` - [x] `reth-evm` https://github.com/paradigmxyz/reth/pull/10083 -...

C-enhancement

Follow up of https://github.com/paradigmxyz/reth/pull/9813 Wider use of `RethEvmBuilder` in the code. Another follow up will aim to use `RethEvmBuilder` in the examples as well with the possibility to add precompiles...

Closes https://github.com/paradigmxyz/reth/issues/9903

C-bug
A-rpc

### Describe the feature we're using some types declared in db-api::models https://github.com/paradigmxyz/reth/blob/6c76845ce06f9a2c7d9539cef523a38059ad7260/crates/storage/db-api/src/models/mod.rs#L14-L24 in other parts of the codebase such as storage-api it'd be nice if this were possible without depending...

C-enhancement

ref #9484 #8721 replaces the reth op deposit type with op-alloy's https://github.com/alloy-rs/op-alloy/blob/main/crates/consensus/src/transaction/deposit.rs there are still some issues with rlp encoding functions (of course)....

C-enhancement

### Describe the feature Having a minimal representation of certain types allows for more modularity. Similar to https://github.com/alloy-rs/alloy/blob/5814686ef5f4123d35630611045a5c8b5a41a6c5/crates/consensus/src/transaction/mod.rs#L38 ```[tasklist] - [ ] `reth-primitives-traits` #8722 - [ ] `Account` #8722 -...

C-enhancement
C-tracking-issue
M-prevent-stale

### Describe the feature These are the required changes for pectra devnet-3 from pectra devnet-1 and 2. ```[tasklist] ### EIP-7702 - [ ] Nonce is no longer optional - [...

C-tracking-issue
E-prague

Nonce is no longer optional for authorizations in EIP7702. Depends on https://github.com/alloy-rs/alloy/pull/1056 and an Alloy bump. **Do not merge before devnet2**

C-enhancement
S-blocked
M-prevent-stale
E-prague

addresses #9651 looking for feedback on the direction taken thus far

A-rpc
M-prevent-stale