alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
654 stars 236 forks source link

fix: make EIP-155 signatures logic safer #1641

Closed klkvr closed 1 week ago

klkvr commented 1 week ago

Motivation

Makes sure that we never panic when dealing with chain_ids up to u64::MAX. Larger chain_ids would just fail decoding/deserialization

Solution

PR Checklist