alloy-rs / core

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

feat: add has_eip155_value convenience function to signature #791

Closed prestwich closed 1 month ago

prestwich commented 1 month ago

Motivation

https://github.com/alloy-rs/alloy/pull/1578 https://github.com/alloy-rs/alloy/pull/1581

Solution

Add a convenience function for determining if a signature has an EIP-155 value

PR Checklist