alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 137 forks source link

feat: prepare reth Signature migration to alloy #732

Closed leruaa closed 1 week ago

leruaa commented 1 week ago

Motivation

To achieve https://github.com/paradigmxyz/reth/issues/10750 and replace reth Signature type by alloy one,

Solution

The following is needed:

I also moved some unit tests from reth to alloy.

PR Checklist