alloy-rs / core

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

Add testcase for overflowing_from_sign_and_abs #696

Closed rongyi closed 1 month ago

rongyi commented 1 month ago

Motivation

did not find a testcase for method: overflowing_from_sign_and_abs, so I added one

Solution

add testcase

PR Checklist

mattsse commented 1 month ago

pending @DaniPopes