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

fix(parser): add `no_std` support for `CustomError` #718

Closed shuhuiluo closed 2 weeks ago

shuhuiluo commented 2 weeks ago

Motivation

Closes #717.

Solution

impl core::error::Error for CustomError

PR Checklist

DaniPopes commented 2 weeks ago

This breaks MSRV, and have another fix in https://github.com/alloy-rs/core/pull/720