Emilia Hane

Results 53 issues of Emilia Hane

Closes https://github.com/paradigmxyz/reth/issues/9543, alternative to https://github.com/paradigmxyz/reth/pull/11204 POC: bijective relation builder-outputbuilder, allows for output to provide its builder The builders' output types that are used through out the program, whereas the builders...

S-feedback-wanted
A-sdk

## Motivation RLP encoding of `Sealed`. Ref https://github.com/paradigmxyz/reth/issues/11123. ## Solution Enables feature `derive` for `alloy-rlp` dep, to derive en-/decoding of `Sealed`. ## PR Checklist - [ ] Added Tests -...

debt

### Component rpc ### Describe the feature you would like Manually impl serde `Serialization` and `Deserialization`for `reth_rpc_types_eth::Transaction`. For the field `max_fee_per_gas`, this should use the json label `gasPrice` if the...

debt

### Component rpc ### Describe the feature you would like Add extension trait `OtterscanTxResp: TransactionResponse` with trait method ```rust fn otterscan_api_truncate_input(&mut self); ``` implemented for `alloy_rpc_types_eth::Transaction` as ```rust fn otterscan_api_truncate_input(&mut...

debt

## Motivation Ref https://github.com/alloy-rs/alloy/issues/1315. Integration into reth, and integration of op-alloy into reth. Requires at least https://github.com/paradigmxyz/reth/issues/10750 ## Solution Adds constructor to `TransactionResponse` trait, without loss of generality. ## PR...

debt

### Component rpc ### Describe the feature you would like Implement EOF create for enum https://github.com/alloy-rs/alloy/blob/de77456fa3e3b5d47fd58dcc9e90824d11cbe58e/crates/rpc-types-trace/src/otterscan.rs#L13-L24 ### Additional context _No response_

enhancement

### Component node-bindings ### Describe the feature you would like Op-reth, will always have the problem with the primitive data types, that it won't be able to implement any conversions...

debt

Ref https://github.com/paradigmxyz/reth/issues/13144 Branched out from https://github.com/paradigmxyz/reth/pull/13214 Implements block validation according to isthmus consensus rules

A-consensus
A-op-reth

Closes https://github.com/paradigmxyz/reth/issues/13144, ref https://github.com/ethereum-optimism/optimism/issues/12044

A-consensus
A-block-building
A-op-reth

### Describe the feature ```[tasklist] ### Tasks - [ ] https://github.com/paradigmxyz/reth/issues/12519 - [ ] https://github.com/paradigmxyz/reth/issues/7238 - [ ] https://github.com/paradigmxyz/reth/issues/11449 - [ ] https://github.com/paradigmxyz/reth/issues/12606 - [ ] https://github.com/paradigmxyz/reth/issues/11510 - [ ]...

C-debt
C-tracking-issue
A-op-reth
A-sdk