alloy-rs / core

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

[Feature] Migrate to `PrimitiveSignature` type #788

Open klkvr opened 4 weeks ago

klkvr commented 4 weeks ago

Component

primitives

Describe the feature you would like

https://github.com/alloy-rs/core/pull/776 introduced PrimitiveSignature type. We should migrate to using it upstream and remove the previous Signature type in next breaking release

Additional context

No response