core icon indicating copy to clipboard operation
core copied to clipboard

Derive rlp en-/decoding for `Sealed<T>`

Open emhane opened this issue 4 months ago • 3 comments

Motivation

RLP encoding of Sealed<T>. Ref https://github.com/paradigmxyz/reth/issues/11123.

Solution

Enables feature derive for alloy-rlp dep, to derive en-/decoding of Sealed<T>.

PR Checklist

  • [ ] Added Tests
  • [ ] Added Documentation
  • [ ] Breaking changes

emhane avatar Oct 04 '24 11:10 emhane